/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/ |
H A D | IDTracker.cpp | 67 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 D | nsReferencedElement.cpp | 65 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 D | IDTracker.cpp | 94 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 D | IDTracker.cpp | 99 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 D | IDTracker.cpp | 99 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 D | IDTracker.cpp | 99 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 D | ImageLoader.cpp | 425 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 D | ImageLoader.cpp | 424 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 D | nsCSSDataBlock.cpp | 86 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 D | nsStyleStruct.cpp | 1966 bool isEqualExceptRef = false; in Resolve() local 1968 imageURI->EqualsExceptRef(docURI, &isEqualExceptRef); in Resolve() 1969 if (isEqualExceptRef) { in Resolve()
|
H A D | nsRuleNode.cpp | 1274 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 D | nsCSSDataBlock.cpp | 90 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 D | nsRuleNode.cpp | 1367 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 D | ImageLoader.cpp | 425 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 D | nsStyleStruct.cpp | 124 bool isEqualExceptRef = false; in ResolveImage() local 130 if (NS_SUCCEEDED(imageURI->EqualsExceptRef(docURI, &isEqualExceptRef)) && in ResolveImage() 131 isEqualExceptRef) { in ResolveImage()
|