Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/docshell/base/
H A DnsDocShell.cpp9514 bool sameExceptHashes = false; in InternalLoad() local
9521 if (NS_FAILED(currentURI->EqualsExceptRef(aURI, &sameExceptHashes))) { in InternalLoad()
9522 sameExceptHashes = false; in InternalLoad()
9527 if (!sameExceptHashes && sURIFixup && currentURI && in InternalLoad()
9540 aURI, &sameExceptHashes))) { in InternalLoad()
9541 sameExceptHashes = false; in InternalLoad()
9578 (!aSHEntry && !aPostData && sameExceptHashes && newURIHasRef); in InternalLoad()
9758 bool doHashchange = sameExceptHashes && (curURIHasRef != newURIHasRef || in InternalLoad()
11487 bool sameExceptHashes = true, oldURIWasModified = false; in AddState() local
11488 newURI->EqualsExceptRef(currentURI, &sameExceptHashes); in AddState()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/docshell/base/
H A DnsDocShell.cpp10281 bool sameExceptHashes = false; in InternalLoad() local
10288 if (NS_FAILED(currentURI->EqualsExceptRef(aURI, &sameExceptHashes))) { in InternalLoad()
10289 sameExceptHashes = false; in InternalLoad()
10294 if (!sameExceptHashes && sURIFixup && currentURI && in InternalLoad()
10306 if (NS_FAILED(currentExposableURI->EqualsExceptRef(aURI, &sameExceptHashes))) { in InternalLoad()
10307 sameExceptHashes = false; in InternalLoad()
10345 sameExceptHashes && newURIHasRef); in InternalLoad()
10526 bool doHashchange = sameExceptHashes && in InternalLoad()
12104 bool sameExceptHashes = true, oldURIWasModified = false; in AddState() local
12105 newURI->EqualsExceptRef(currentURI, &sameExceptHashes); in AddState()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/docshell/base/
H A DnsDocShell.cpp11153 bool sameExceptHashes = true; in UpdateURLAndHistory() local
11154 aNewURI->EqualsExceptRef(aCurrentURI, &sameExceptHashes); in UpdateURLAndHistory()
11156 if (sameExceptHashes) { in UpdateURLAndHistory()
/dports/lang/spidermonkey78/firefox-78.9.0/docshell/base/
H A DnsDocShell.cpp10569 bool sameExceptHashes = true; in UpdateURLAndHistory() local
10570 aNewURI->EqualsExceptRef(aCurrentURI, &sameExceptHashes); in UpdateURLAndHistory()
10572 newSHEntry->SetURIWasModified(!sameExceptHashes || oldURIWasModified); in UpdateURLAndHistory()
/dports/mail/thunderbird/thunderbird-91.8.0/docshell/base/
H A DnsDocShell.cpp11153 bool sameExceptHashes = true; in UpdateURLAndHistory() local
11154 aNewURI->EqualsExceptRef(aCurrentURI, &sameExceptHashes); in UpdateURLAndHistory()
11156 if (sameExceptHashes) { in UpdateURLAndHistory()
/dports/www/firefox/firefox-99.0/docshell/base/
H A DnsDocShell.cpp11390 bool sameExceptHashes = true; in UpdateURLAndHistory() local
11391 aNewURI->EqualsExceptRef(aCurrentURI, &sameExceptHashes); in UpdateURLAndHistory()
11393 if (sameExceptHashes) { in UpdateURLAndHistory()