Searched refs:aIsStrongRef (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsIObjectOutputStream.idl53 * aIsStrongRef argument must tell which kind of pointer is being followed
64 void writeObject(in nsISupports aObject, in PRBool aIsStrongRef);
83 in PRBool aIsStrongRef);
98 PRBool aIsStrongRef)
103 rv = aStream->WriteObject(aObject, aIsStrongRef);
122 PRBool aIsStrongRef)
127 rv = aStream->WriteCompoundObject(aObject, aIID, aIsStrongRef);
H A DnsIObjectInputStream.idl59 nsISupports readObject(in PRBool aIsStrongRef);
73 NS_ReadOptionalObject(nsIObjectInputStream* aStream, PRBool aIsStrongRef,
80 rv = aStream->ReadObject(aIsStrongRef, aResult);
H A DnsFastLoadFile.h278 NS_IMETHOD ReadObject(PRBool aIsStrongRef, nsISupports* *_retval);
442 NS_IMETHOD WriteObject(nsISupports* aObject, PRBool aIsStrongRef);
446 PRBool aIsStrongRef);
473 PRBool aIsStrongRef,
H A DnsBinaryStream.cpp249 nsBinaryOutputStream::WriteObject(nsISupports* aObject, PRBool aIsStrongRef) argument
265 PRBool aIsStrongRef)
636 nsBinaryInputStream::ReadObject(PRBool aIsStrongRef, nsISupports* *aObject) argument
263 WriteCompoundObject(nsISupports* aObject, const nsIID& aIID, PRBool aIsStrongRef) argument
H A DnsFastLoadFile.cpp1037 nsFastLoadFileReader::ReadObject(PRBool aIsStrongRef, nsISupports* *aObject) argument
1051 NS_ASSERTION(aIsStrongRef, "dull object read via weak ref!");
1058 (aIsStrongRef ? 0 : MFL_WEAK_REF_TAG),
1134 if (aIsStrongRef) {
2081 PRBool aIsStrongRef,
2134 entry->mInfo.mStrongRefCnt = aIsStrongRef ? 1 : 0;
2135 entry->mInfo.mWeakRefCnt = aIsStrongRef ? 0 : 1;
2154 if (aIsStrongRef) {
2168 if (!aIsStrongRef)
2204 nsFastLoadFileWriter::WriteObject(nsISupports* aObject, PRBool aIsStrongRef) argument
2080 WriteObjectCommon(nsISupports* aObject, PRBool aIsStrongRef, PRUint32 aTags) argument
2230 WriteCompoundObject(nsISupports* aObject, const nsIID& aIID, PRBool aIsStrongRef) argument
[all...]

Completed in 97 milliseconds