Home
last modified time | relevance | path

Searched refs:equalExceptRef (Results 1 – 6 of 6) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/caps/
H A DnsScriptSecurityManager.cpp729 bool equalExceptRef = false; in CheckLoadURIWithPrincipal() local
730 rv = currentURI->EqualsExceptRef(currentOtherURI, &equalExceptRef); in CheckLoadURIWithPrincipal()
731 isSamePage = NS_SUCCEEDED(rv) && equalExceptRef; in CheckLoadURIWithPrincipal()
/dports/www/firefox-esr/firefox-91.8.0/caps/
H A DnsScriptSecurityManager.cpp809 bool equalExceptRef = false; in CheckLoadURIWithPrincipal() local
810 rv = currentURI->EqualsExceptRef(currentOtherURI, &equalExceptRef); in CheckLoadURIWithPrincipal()
811 isSamePage = NS_SUCCEEDED(rv) && equalExceptRef; in CheckLoadURIWithPrincipal()
/dports/lang/spidermonkey78/firefox-78.9.0/caps/
H A DnsScriptSecurityManager.cpp788 bool equalExceptRef = false; in CheckLoadURIWithPrincipal() local
789 rv = currentURI->EqualsExceptRef(currentOtherURI, &equalExceptRef); in CheckLoadURIWithPrincipal()
790 isSamePage = NS_SUCCEEDED(rv) && equalExceptRef; in CheckLoadURIWithPrincipal()
/dports/www/firefox/firefox-99.0/caps/
H A DnsScriptSecurityManager.cpp851 bool equalExceptRef = false; in CheckLoadURIWithPrincipal() local
852 rv = currentURI->EqualsExceptRef(currentOtherURI, &equalExceptRef); in CheckLoadURIWithPrincipal()
853 isSamePage = NS_SUCCEEDED(rv) && equalExceptRef; in CheckLoadURIWithPrincipal()
/dports/mail/thunderbird/thunderbird-91.8.0/caps/
H A DnsScriptSecurityManager.cpp809 bool equalExceptRef = false; in CheckLoadURIWithPrincipal() local
810 rv = currentURI->EqualsExceptRef(currentOtherURI, &equalExceptRef); in CheckLoadURIWithPrincipal()
811 isSamePage = NS_SUCCEEDED(rv) && equalExceptRef; in CheckLoadURIWithPrincipal()
/dports/www/firefox-legacy/firefox-52.8.0esr/caps/
H A DnsScriptSecurityManager.cpp899 bool equalExceptRef = false; in CheckLoadURIWithPrincipal() local
900 rv = currentURI->EqualsExceptRef(currentOtherURI, &equalExceptRef); in CheckLoadURIWithPrincipal()
901 isSamePage = NS_SUCCEEDED(rv) && equalExceptRef; in CheckLoadURIWithPrincipal()