Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerUpdateJob.cpp358 nsCOMPtr<nsIURI> maxScopeURI; in ComparisonResult() local
360 rv = NS_NewURI(getter_AddRefs(maxScopeURI), aMaxScope, in ComparisonResult()
377 if (maxScopeURI) { in ComparisonResult()
378 rv = GetRequiredScopeStringPrefix(maxScopeURI, maxPrefix, eUsePath); in ComparisonResult()
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerUpdateJob.cpp342 nsCOMPtr<nsIURI> maxScopeURI; in ComparisonResult() local
344 rv = NS_NewURI(getter_AddRefs(maxScopeURI), aMaxScope, nullptr, scriptURI); in ComparisonResult()
360 if (maxScopeURI) { in ComparisonResult()
361 rv = GetRequiredScopeStringPrefix(maxScopeURI, maxPrefix, eUsePath); in ComparisonResult()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerUpdateJob.cpp341 nsCOMPtr<nsIURI> maxScopeURI; in ComparisonResult() local
343 rv = NS_NewURI(getter_AddRefs(maxScopeURI), aMaxScope, nullptr, scriptURI); in ComparisonResult()
359 if (maxScopeURI) { in ComparisonResult()
360 rv = GetRequiredScopeStringPrefix(maxScopeURI, maxPrefix, eUsePath); in ComparisonResult()
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerUpdateJob.cpp342 nsCOMPtr<nsIURI> maxScopeURI; in ComparisonResult() local
344 rv = NS_NewURI(getter_AddRefs(maxScopeURI), aMaxScope, nullptr, scriptURI); in ComparisonResult()
360 if (maxScopeURI) { in ComparisonResult()
361 rv = GetRequiredScopeStringPrefix(maxScopeURI, maxPrefix, eUsePath); in ComparisonResult()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerUpdateJob.cpp342 nsCOMPtr<nsIURI> maxScopeURI; in ComparisonResult() local
344 rv = NS_NewURI(getter_AddRefs(maxScopeURI), aMaxScope, nullptr, scriptURI); in ComparisonResult()
360 if (maxScopeURI) { in ComparisonResult()
361 rv = GetRequiredScopeStringPrefix(maxScopeURI, maxPrefix, eUsePath); in ComparisonResult()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerUpdateJob.cpp322 nsCOMPtr<nsIURI> maxScopeURI; in ComparisonResult() local
324 rv = NS_NewURI(getter_AddRefs(maxScopeURI), aMaxScope, nullptr, scriptURI); in ComparisonResult()
340 if (maxScopeURI) { in ComparisonResult()
341 rv = GetRequiredScopeStringPrefix(maxScopeURI, maxPrefix, eUsePath); in ComparisonResult()