Home
last modified time | relevance | path

Searched refs:isEqualExceptRef (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DIDTracker.cpp67 bool isEqualExceptRef; in Reset() local
69 &isEqualExceptRef); in Reset()
70 if (NS_SUCCEEDED(rv) && isEqualExceptRef) { in Reset()
98 bool isEqualExceptRef; in Reset() local
99 rv = aURI->EqualsExceptRef(doc->GetDocumentURI(), &isEqualExceptRef); in Reset()
100 if (NS_FAILED(rv) || !isEqualExceptRef) { in Reset()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsReferencedElement.cpp65 bool isEqualExceptRef; in Reset() local
67 &isEqualExceptRef); in Reset()
68 if (NS_SUCCEEDED(rv) && isEqualExceptRef) { in Reset()
96 bool isEqualExceptRef; in Reset() local
97 rv = aURI->EqualsExceptRef(doc->GetDocumentURI(), &isEqualExceptRef); in Reset()
98 if (NS_FAILED(rv) || !isEqualExceptRef) { in Reset()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DIDTracker.cpp94 bool isEqualExceptRef; in ResetToURIFragmentID() local
95 rv = aURI->EqualsExceptRef(doc->GetDocumentURI(), &isEqualExceptRef); in ResetToURIFragmentID()
97 if (NS_FAILED(rv) || !isEqualExceptRef) { in ResetToURIFragmentID()
/dports/www/firefox/firefox-99.0/dom/base/
H A DIDTracker.cpp99 bool isEqualExceptRef; in ResetToURIFragmentID() local
100 rv = aURI->EqualsExceptRef(doc->GetDocumentURI(), &isEqualExceptRef); in ResetToURIFragmentID()
102 if (NS_FAILED(rv) || !isEqualExceptRef) { in ResetToURIFragmentID()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DIDTracker.cpp99 bool isEqualExceptRef; in ResetToURIFragmentID() local
100 rv = aURI->EqualsExceptRef(doc->GetDocumentURI(), &isEqualExceptRef); in ResetToURIFragmentID()
102 if (NS_FAILED(rv) || !isEqualExceptRef) { in ResetToURIFragmentID()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DIDTracker.cpp99 bool isEqualExceptRef; in ResetToURIFragmentID() local
100 rv = aURI->EqualsExceptRef(doc->GetDocumentURI(), &isEqualExceptRef); in ResetToURIFragmentID()
102 if (NS_FAILED(rv) || !isEqualExceptRef) { in ResetToURIFragmentID()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DImageLoader.cpp425 bool isEqualExceptRef = false; in LoadImage() local
427 if (NS_SUCCEEDED(uri->EqualsExceptRef(docURI, &isEqualExceptRef)) && in LoadImage()
428 isEqualExceptRef) { in LoadImage()
/dports/www/firefox/firefox-99.0/layout/style/
H A DImageLoader.cpp424 bool isEqualExceptRef = false; in LoadImage() local
426 if (NS_SUCCEEDED(uri->EqualsExceptRef(docURI, &isEqualExceptRef)) && in LoadImage()
427 isEqualExceptRef) { in LoadImage()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsCSSDataBlock.cpp86 bool isEqualExceptRef = false; in TryToStartImageLoadOnValue() local
87 nsresult rv = imageURI->EqualsExceptRef(docURI, &isEqualExceptRef); in TryToStartImageLoadOnValue()
88 if (NS_SUCCEEDED(rv) && isEqualExceptRef) { in TryToStartImageLoadOnValue()
H A DnsStyleStruct.cpp1966 bool isEqualExceptRef = false; in Resolve() local
1968 imageURI->EqualsExceptRef(docURI, &isEqualExceptRef); in Resolve()
1969 if (isEqualExceptRef) { in Resolve()
H A DnsRuleNode.cpp1274 bool isEqualExceptRef = false; in SetStyleImage() local
1279 imageURI->EqualsExceptRef(docURI, &isEqualExceptRef); in SetStyleImage()
1283 aStyleContext->IsStyleIfVisited() || isEqualExceptRef || isLocalRef, in SetStyleImage()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsCSSDataBlock.cpp90 bool isEqualExceptRef = false; in TryToStartImageLoadOnValue() local
91 nsresult rv = imageURI->EqualsExceptRef(docURI, &isEqualExceptRef); in TryToStartImageLoadOnValue()
92 if (NS_SUCCEEDED(rv) && isEqualExceptRef) { in TryToStartImageLoadOnValue()
H A DnsRuleNode.cpp1367 bool isEqualExceptRef = false; in SetStyleImage() local
1372 imageURI->EqualsExceptRef(docURI, &isEqualExceptRef); in SetStyleImage()
1375 MOZ_ASSERT(aStyleContext->IsStyleIfVisited() || isEqualExceptRef || in SetStyleImage()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DImageLoader.cpp425 bool isEqualExceptRef = false; in LoadImage() local
427 if (NS_SUCCEEDED(uri->EqualsExceptRef(docURI, &isEqualExceptRef)) && in LoadImage()
428 isEqualExceptRef) { in LoadImage()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsStyleStruct.cpp124 bool isEqualExceptRef = false; in ResolveImage() local
130 if (NS_SUCCEEDED(imageURI->EqualsExceptRef(docURI, &isEqualExceptRef)) && in ResolveImage()
131 isEqualExceptRef) { in ResolveImage()