Lines Matching refs:aIsStrongRef
1037 nsFastLoadFileReader::ReadObject(PRBool aIsStrongRef, nsISupports* *aObject)
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)
2213 return WriteObjectCommon(aObject, aIsStrongRef, 0);
2232 PRBool aIsStrongRef)
2248 rv = WriteObjectCommon(rootObject, aIsStrongRef, MFL_QUERY_INTERFACE_TAG);