Home
last modified time | relevance | path

Searched refs:uriMatcher (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/distribution/
H A DPartnerBookmarksProviderProxy.java147 private final UriMatcher uriMatcher = new UriMatcher(UriMatcher.NO_MATCH);
153 uriMatcher.addURI(authority, "bookmarks/*", URI_MATCH_BOOKMARKS);
154 uriMatcher.addURI(authority, "icons/*", URI_MATCH_ICON);
155 uriMatcher.addURI(authority, "bookmark/*", URI_MATCH_BOOKMARK);
163 final int match = uriMatcher.match(uri);
187 final int match = uriMatcher.match(uri);
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/distribution/
H A DPartnerBookmarksProviderProxy.java147 private final UriMatcher uriMatcher = new UriMatcher(UriMatcher.NO_MATCH); field in PartnerBookmarksProviderProxy
153 uriMatcher.addURI(authority, "bookmarks/*", URI_MATCH_BOOKMARKS); in onCreate()
154 uriMatcher.addURI(authority, "icons/*", URI_MATCH_ICON); in onCreate()
155 uriMatcher.addURI(authority, "bookmark/*", URI_MATCH_BOOKMARK); in onCreate()
163 final int match = uriMatcher.match(uri); in query()
187 final int match = uriMatcher.match(uri); in delete()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/webcompat/content/lib/
H A Dua_overrider.jsm24 if (!override.uriMatcher) {
25 override.uriMatcher = () => true;
71 * If the uriMatcher function returns true, the uaTransformer function gets
82 if (uaOverride.uriMatcher(uri.specIgnoringRef)) {
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/webcompat/content/data/
H A Dua_overrides.jsm11 * * `uriMatcher`: Function that gets the requested URI passed in the first
35 * uriMatcher: (uri) => uri.includes("/app/"),
52 uriMatcher: (uri) => uri.includes("webcompat-ua-dummy.schub.io"),
/dports/lang/spidermonkey78/firefox-78.9.0/dom/ipc/
H A DJSWindowActorProtocol.cpp356 if (extensions::MatchPatternSet* uriMatcher = GetURIMatcher()) { in Matches() local
357 if (!uriMatcher->Matches(aURI)) { in Matches()
/dports/www/firefox-esr/firefox-91.8.0/dom/ipc/jsactor/
H A DJSWindowActorProtocol.cpp397 if (extensions::MatchPatternSet* uriMatcher = GetURIMatcher()) { in Matches() local
398 if (!uriMatcher->Matches(aURI)) { in Matches()
/dports/www/firefox/firefox-99.0/dom/ipc/jsactor/
H A DJSWindowActorProtocol.cpp401 if (extensions::MatchPatternSet* uriMatcher = GetURIMatcher()) { in Matches() local
402 if (!uriMatcher->Matches(aURI)) { in Matches()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/ipc/jsactor/
H A DJSWindowActorProtocol.cpp397 if (extensions::MatchPatternSet* uriMatcher = GetURIMatcher()) { in Matches() local
398 if (!uriMatcher->Matches(aURI)) { in Matches()
/dports/devel/grcov/grcov-0.8.2/test/
H A Dprova.info100335 FN:30,initOverrides/override.uriMatcher
100439 FN:52,uriMatcher