/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IccProvider.java | 69 private static final UriMatcher URL_MATCHER = 73 URL_MATCHER.addURI("icc", "adn", ADN); 74 URL_MATCHER.addURI("icc", "adn/subId/#", ADN_SUB); 75 URL_MATCHER.addURI("icc", "fdn", FDN); 76 URL_MATCHER.addURI("icc", "fdn/subId/#", FDN_SUB); 77 URL_MATCHER.addURI("icc", "sdn", SDN); 78 URL_MATCHER.addURI("icc", "sdn/subId/#", SDN_SUB); 91 switch (URL_MATCHER.match(url)) { 141 switch (URL_MATCHER.match(url)) { 165 int match = URL_MATCHER.match(url) [all...] |
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_rules_registry.h | 21 #include "components/url_matcher/url_matcher.h" 119 typedef std::map<url_matcher::URLMatcherConditionSet::ID, ContentRule*> 135 url_matcher::URLMatcher url_matcher_;
|
content_rules_registry.cc | 22 using url_matcher::URLMatcherConditionSet;
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition.cc | 15 #include "components/url_matcher/url_matcher_factory.h" 18 using url_matcher::URLMatcherConditionFactory; 19 using url_matcher::URLMatcherConditionSet; 20 using url_matcher::URLMatcherFactory;
|
webrequest_condition_unittest.cc | 13 #include "components/url_matcher/url_matcher_constants.h" 19 using url_matcher::URLMatcher; 20 using url_matcher::URLMatcherConditionSet;
|
webrequest_rules_registry_unittest.cc | 20 #include "components/url_matcher/url_matcher_constants.h" 32 using url_matcher::URLMatcher; 47 namespace keys2 = url_matcher::url_matcher_constants; [all...] |
webrequest_rules_registry.cc | 24 using url_matcher::URLMatcherConditionSet;
|
/external/chromium_org/components/ |
BUILD.gn | 25 "//components/url_matcher",
|
components.gyp | 51 'url_matcher.gypi',
|
components_tests.gyp | 189 'url_matcher/regex_set_matcher_unittest.cc', 190 'url_matcher/string_pattern_unittest.cc', 191 'url_matcher/substring_set_matcher_unittest.cc', 192 'url_matcher/url_matcher_factory_unittest.cc', 193 'url_matcher/url_matcher_unittest.cc', 388 # Dependencies of url_matcher. 389 'components.gyp:url_matcher', [all...] |
/external/chromium_org/components/url_matcher/ |
substring_set_matcher.h | 15 #include "components/url_matcher/string_pattern.h" 16 #include "components/url_matcher/url_matcher_export.h" 18 namespace url_matcher { namespace 139 } // namespace url_matcher
|
url_matcher_factory.cc | 5 #include "components/url_matcher/url_matcher_factory.h" 14 #include "components/url_matcher/url_matcher_constants.h" 15 #include "components/url_matcher/url_matcher_helpers.h" 18 namespace url_matcher { namespace 273 } // namespace url_matcher
|
substring_set_matcher_unittest.cc | 5 #include "components/url_matcher/substring_set_matcher.h" 13 namespace url_matcher { namespace 170 } // namespace url_matcher
|
substring_set_matcher.cc | 5 #include "components/url_matcher/substring_set_matcher.h" 13 namespace url_matcher { namespace 272 } // namespace url_matcher
|
url_matcher_factory_unittest.cc | 5 #include "components/url_matcher/url_matcher_factory.h" 11 #include "components/url_matcher/url_matcher_constants.h" 15 namespace url_matcher { namespace 339 } // namespace url_matcher
|
url_matcher.h | 14 #include "components/url_matcher/regex_set_matcher.h" 15 #include "components/url_matcher/substring_set_matcher.h" 16 #include "components/url_matcher/url_matcher_export.h" 24 namespace url_matcher { namespace 424 } // namespace url_matcher
|
url_matcher.cc | 5 #include "components/url_matcher/url_matcher.h" 14 namespace url_matcher { namespace 943 SubstringSetMatcher& url_matcher local [all...] |
url_matcher_unittest.cc | 5 #include "components/url_matcher/url_matcher.h" 11 namespace url_matcher { namespace [all...] |
/external/chromium_org/components/policy/core/browser/ |
url_blacklist_manager.cc | 25 using url_matcher::URLMatcher; 26 using url_matcher::URLMatcherCondition; 27 using url_matcher::URLMatcherConditionFactory; 28 using url_matcher::URLMatcherConditionSet; 29 using url_matcher::URLMatcherPortFilter; 30 using url_matcher::URLMatcherSchemeFilter; 31 using url_matcher::URLQueryElementMatcherCondition; 56 url_matcher::URLMatcherConditionFactory* condition_factory, 289 URLMatcher* url_matcher, 299 url_matcher->condition_factory() [all...] |
/external/chromium_org/components/policy/ |
policy_browser.gypi | 17 'url_matcher',
|
/external/chromium_org/extensions/ |
DEPS | 2 "+components/url_matcher",
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_rule_unittest.cc | 11 #include "components/url_matcher/url_matcher_constants.h" 17 using url_matcher::URLMatcher; 18 using url_matcher::URLMatcherConditionFactory; 19 using url_matcher::URLMatcherConditionSet;
|
/external/chromium_org/chrome/browser/ |
DEPS | 58 "+components/url_matcher",
|
/external/chromium_org/chrome/browser/supervised_user/ |
supervised_user_url_filter.h | 109 void SetContents(scoped_ptr<Contents> url_matcher);
|
/external/chromium_org/components/feedback/proto/ |
config.proto | 138 required string url_matcher = 2;
|