/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition.h | 17 #include "components/url_matcher/url_matcher.h" 47 std::set<url_matcher::URLMatcherConditionSet::ID> url_match_ids; 48 std::set<url_matcher::URLMatcherConditionSet::ID> first_party_url_match_ids; 73 scoped_refptr<url_matcher::URLMatcherConditionSet> url_matcher_conditions, 74 scoped_refptr<url_matcher::URLMatcherConditionSet> 83 url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory, 92 url_matcher::URLMatcherConditionSet::Vector* condition_sets) const; 101 scoped_refptr<url_matcher::URLMatcherConditionSet> url_matcher_conditions_; 102 scoped_refptr<url_matcher::URLMatcherConditionSet [all...] |
webrequest_rules_registry.h | 24 #include "components/url_matcher/url_matcher.h" 130 typedef std::map<url_matcher::URLMatcherConditionSet::ID, WebRequestRule*> 134 typedef std::set<url_matcher::URLMatcherConditionSet::ID> URLMatches; 163 std::vector<url_matcher::URLMatcherConditionSet::ID>* 184 url_matcher::URLMatcher url_matcher_;
|
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;
|
/external/chromium_org/extensions/common/ |
event_filter.h | 12 #include "components/url_matcher/url_matcher.h" 60 // Adds |condition_sets| to |url_matcher| on construction and removes them 66 url_matcher::URLMatcher* url_matcher, 67 const url_matcher::URLMatcherConditionSet::Vector& condition_sets); 83 std::vector<url_matcher::URLMatcherConditionSet::ID> condition_set_ids_; 84 url_matcher::URLMatcher* url_matcher_; 100 url_matcher::URLMatcherConditionSet::Vector* condition_sets); 104 url_matcher::URLMatcherConditionSet::Vector* condition_sets) [all...] |
event_filter.cc | 7 #include "components/url_matcher/url_matcher_factory.h" 10 using url_matcher::URLMatcher; 11 using url_matcher::URLMatcherConditionSet; 12 using url_matcher::URLMatcherFactory; 18 URLMatcher* url_matcher, 21 url_matcher_(url_matcher) {
|
/external/chromium_org/components/url_matcher/ |
url_matcher_helpers.h | 17 namespace url_matcher { namespace 25 } // namespace url_matcher
|
string_pattern.cc | 5 #include "components/url_matcher/string_pattern.h" 7 namespace url_matcher { namespace 20 } // namespace url_matcher
|
string_pattern.h | 12 #include "components/url_matcher/url_matcher_export.h" 14 namespace url_matcher { namespace 41 } // namespace url_matcher
|
string_pattern_unittest.cc | 5 #include "components/url_matcher/string_pattern.h" 11 namespace url_matcher { namespace 25 } // namespace url_matcher
|
url_matcher_constants.cc | 5 #include "components/url_matcher/url_matcher_constants.h" 7 namespace url_matcher { namespace 34 } // namespace url_matcher
|
url_matcher_helpers.cc | 5 #include "components/url_matcher/url_matcher_helpers.h" 9 namespace url_matcher { namespace 31 } // namespace url_matcher
|
url_matcher_constants.h | 10 #include "components/url_matcher/url_matcher_export.h" 12 namespace url_matcher { namespace 39 } // namespace url_matcher
|
regex_set_matcher.h | 14 #include "components/url_matcher/string_pattern.h" 15 #include "components/url_matcher/substring_set_matcher.h" 16 #include "components/url_matcher/url_matcher_export.h" 22 namespace url_matcher { namespace 81 } // namespace url_matcher
|
url_matcher_factory.h | 11 #include "components/url_matcher/url_matcher.h" 12 #include "components/url_matcher/url_matcher_export.h" 19 namespace url_matcher { namespace 61 } // namespace url_matcher
|
regex_set_matcher_unittest.cc | 5 #include "components/url_matcher/regex_set_matcher.h" 13 namespace url_matcher { namespace 62 } // namespace 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
|
/external/chromium_org/chrome/browser/extensions/api/declarative_content/ |
content_condition.h | 18 #include "components/url_matcher/url_matcher.h" 28 std::set<url_matcher::URLMatcherConditionSet::ID> page_url_matches; 57 scoped_refptr<url_matcher::URLMatcherConditionSet> url_matcher_conditions, 66 url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory, 78 url_matcher::URLMatcherConditionSet::ID url_matcher_condition_set_id() const { 84 url_matcher::URLMatcherConditionSet::Vector* condition_sets) const { 101 scoped_refptr<url_matcher::URLMatcherConditionSet> url_matcher_conditions_;
|
content_condition_unittest.cc | 13 #include "components/url_matcher/url_matcher.h" 19 using url_matcher::URLMatcher; 20 using url_matcher::URLMatcherConditionSet;
|
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_condition.cc | 10 #include "components/url_matcher/url_matcher_factory.h" 12 using url_matcher::URLMatcherConditionFactory; 13 using url_matcher::URLMatcherConditionSet; 14 using url_matcher::URLMatcherFactory;
|
/external/chromium_org/chrome/browser/policy/ |
url_blacklist_manager.h | 18 #include "components/url_matcher/url_matcher.h" 79 // Creates a condition set that can be used with the |url_matcher|. |id| needs 80 // to be a unique number that will be returned by the |url_matcher| if the URL 82 static scoped_refptr<url_matcher::URLMatcherConditionSet> CreateConditionSet( 83 url_matcher::URLMatcher* url_matcher, 84 url_matcher::URLMatcherConditionSet::ID id, 98 url_matcher::URLMatcherConditionSet::ID id_; 99 std::map<url_matcher::URLMatcherConditionSet::ID, FilterComponents> filters_ [all...] |
url_blacklist_manager.cc | 33 using url_matcher::URLMatcher; 34 using url_matcher::URLMatcherCondition; 35 using url_matcher::URLMatcherConditionFactory; 36 using url_matcher::URLMatcherConditionSet; 37 using url_matcher::URLMatcherPortFilter; 38 using url_matcher::URLMatcherSchemeFilter; 240 URLMatcher* url_matcher, 248 url_matcher->condition_factory();
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_rule.h | 24 #include "components/url_matcher/url_matcher.h" 67 url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory, 83 bool IsFulfilled(url_matcher::URLMatcherConditionSet::ID url_match_trigger, 88 url_matcher::URLMatcherConditionSet::Vector* condition_sets) const; 96 typedef std::map<url_matcher::URLMatcherConditionSet::ID, const ConditionT*> 219 url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory, 263 url_matcher::URLMatcherConditionSet::ID url_match_trigger, 285 url_matcher::URLMatcherConditionSet::Vector* condition_sets) const { 297 url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory [all...] |
/external/chromium_org/chrome/browser/managed_mode/ |
managed_mode_url_filter.h | 109 void SetContents(scoped_ptr<Contents> url_matcher);
|
managed_mode_url_filter.cc | 17 #include "components/url_matcher/url_matcher.h" 26 using url_matcher::URLMatcher; 27 using url_matcher::URLMatcherConditionSet; 30 URLMatcher url_matcher; member in struct:ManagedModeURLFilter::Contents 99 &contents_->url_matcher, ++matcher_id_, 138 contents_->url_matcher.AddConditionSets(all_conditions_); 290 contents_->url_matcher.MatchURL(url); 306 contents_->url_matcher.MatchURL(url);
|