Home
last modified time | relevance | path

Searched refs:aSpecIgnoringRef (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/res/
H A DSubstitutingJARURI.h117 NS_IMETHOD GetSpecIgnoringRef(nsACString& aSpecIgnoringRef) override { in GetSpecIgnoringRef() argument
119 : mSource->GetSpecIgnoringRef(aSpecIgnoringRef); in GetSpecIgnoringRef()
/dports/www/firefox/firefox-99.0/netwerk/protocol/res/
H A DSubstitutingJARURI.h117 NS_IMETHOD GetSpecIgnoringRef(nsACString& aSpecIgnoringRef) override { in GetSpecIgnoringRef() argument
119 : mSource->GetSpecIgnoringRef(aSpecIgnoringRef); in GetSpecIgnoringRef()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/res/
H A DSubstitutingJARURI.h117 NS_IMETHOD GetSpecIgnoringRef(nsACString& aSpecIgnoringRef) override { in GetSpecIgnoringRef() argument
119 : mSource->GetSpecIgnoringRef(aSpecIgnoringRef); in GetSpecIgnoringRef()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/res/
H A DSubstitutingJARURI.h117 NS_IMETHOD GetSpecIgnoringRef(nsACString& aSpecIgnoringRef) override { in GetSpecIgnoringRef() argument
119 : mSource->GetSpecIgnoringRef(aSpecIgnoringRef); in GetSpecIgnoringRef()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/base/
H A DDefaultURI.cpp217 NS_IMETHODIMP DefaultURI::GetSpecIgnoringRef(nsACString& aSpecIgnoringRef) { in GetSpecIgnoringRef() argument
218 aSpecIgnoringRef = mURL->SpecNoRef(); in GetSpecIgnoringRef()
/dports/www/firefox/firefox-99.0/netwerk/base/
H A DDefaultURI.cpp217 NS_IMETHODIMP DefaultURI::GetSpecIgnoringRef(nsACString& aSpecIgnoringRef) { in GetSpecIgnoringRef() argument
218 aSpecIgnoringRef = mURL->SpecNoRef(); in GetSpecIgnoringRef()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DDefaultURI.cpp217 NS_IMETHODIMP DefaultURI::GetSpecIgnoringRef(nsACString& aSpecIgnoringRef) { in GetSpecIgnoringRef() argument
218 aSpecIgnoringRef = mURL->SpecNoRef(); in GetSpecIgnoringRef()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/base/
H A DDefaultURI.cpp243 NS_IMETHODIMP DefaultURI::GetSpecIgnoringRef(nsACString& aSpecIgnoringRef) { in GetSpecIgnoringRef() argument
244 aSpecIgnoringRef = mURL->SpecNoRef(); in GetSpecIgnoringRef()