Searched refs:url_matcher (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_condition.h15 #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
[all...]
H A Dwebrequest_rules_registry.h19 #include "components/url_matcher/url_matcher.h"
133 typedef std::map<url_matcher::URLMatcherConditionSet::ID, WebRequestRule*>
137 typedef std::set<url_matcher::URLMatcherConditionSet::ID> URLMatches;
166 std::vector<url_matcher::URLMatcherConditionSet::ID>*
187 url_matcher::URLMatcher url_matcher_;
H A Dwebrequest_condition.cc12 #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/
H A Devent_filter.h12 #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
[all...]
H A Devent_filter.cc9 #include "components/url_matcher/url_matcher_factory.h"
12 using url_matcher::URLMatcher;
13 using url_matcher::URLMatcherConditionSet;
14 using url_matcher::URLMatcherFactory;
20 URLMatcher* url_matcher,
23 url_matcher_(url_matcher) {
18 EventMatcherEntry( scoped_ptr<EventMatcher> event_matcher, URLMatcher* url_matcher, const URLMatcherConditionSet::Vector& condition_sets) argument
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dcontent_condition.h17 #include "components/url_matcher/url_matcher.h"
27 std::set<url_matcher::URLMatcherConditionSet::ID> page_url_matches;
56 scoped_refptr<url_matcher::URLMatcherConditionSet> url_matcher_conditions,
65 url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory,
77 url_matcher::URLMatcherConditionSet::ID url_matcher_condition_set_id() const {
83 url_matcher::URLMatcherConditionSet::Vector* condition_sets) const {
100 scoped_refptr<url_matcher::URLMatcherConditionSet> url_matcher_conditions_;
H A Dcontent_condition_unittest.cc13 #include "components/url_matcher/url_matcher.h"
20 using url_matcher::URLMatcher;
21 using url_matcher::URLMatcherConditionSet;
H A Dcontent_condition.cc10 #include "components/url_matcher/url_matcher_factory.h"
12 using url_matcher::URLMatcherConditionFactory;
13 using url_matcher::URLMatcherConditionSet;
14 using url_matcher::URLMatcherFactory;
H A Dchrome_content_rules_registry.h19 #include "components/url_matcher/url_matcher.h"
123 typedef std::map<url_matcher::URLMatcherConditionSet::ID, ContentRule*>
139 url_matcher::URLMatcher url_matcher_;
/external/chromium_org/components/url_matcher/
H A Dstring_pattern.cc5 #include "components/url_matcher/string_pattern.h"
7 namespace url_matcher { namespace
20 } // namespace url_matcher
H A Dstring_pattern_unittest.cc5 #include "components/url_matcher/string_pattern.h"
11 namespace url_matcher { namespace
25 } // namespace url_matcher
H A Durl_matcher_constants.cc5 #include "components/url_matcher/url_matcher_constants.h"
7 namespace url_matcher { namespace
34 } // namespace url_matcher
H A Durl_matcher_helpers.h17 namespace url_matcher { namespace
25 } // namespace url_matcher
H A Dstring_pattern.h12 #include "components/url_matcher/url_matcher_export.h"
14 namespace url_matcher { namespace
41 } // namespace url_matcher
H A Durl_matcher_helpers.cc5 #include "components/url_matcher/url_matcher_helpers.h"
9 namespace url_matcher { namespace
31 } // namespace url_matcher
H A Durl_matcher_constants.h10 #include "components/url_matcher/url_matcher_export.h"
12 namespace url_matcher { namespace
39 } // namespace url_matcher
H A Dregex_set_matcher.h14 #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
H A Durl_matcher_factory.h11 #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
H A Dregex_set_matcher_unittest.cc5 #include "components/url_matcher/regex_set_matcher.h"
13 namespace url_matcher { namespace
62 } // namespace url_matcher
H A Dsubstring_set_matcher.h15 #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/components/policy/core/browser/
H A Durl_blacklist_manager.h20 #include "components/url_matcher/url_matcher.h"
89 // Creates a condition set that can be used with the |url_matcher|. |id| needs
90 // to be a unique number that will be returned by the |url_matcher| if the URL
93 static scoped_refptr<url_matcher::URLMatcherConditionSet> CreateConditionSet(
94 url_matcher::URLMatcher* url_matcher,
95 url_matcher::URLMatcherConditionSet::ID id,
112 url_matcher::URLMatcherConditionSet::ID id_;
113 std::map<url_matcher
[all...]
H A Durl_blacklist_manager.cc26 using url_matcher::URLMatcher;
27 using url_matcher::URLMatcherCondition;
28 using url_matcher::URLMatcherConditionFactory;
29 using url_matcher::URLMatcherConditionSet;
30 using url_matcher::URLMatcherPortFilter;
31 using url_matcher::URLMatcherSchemeFilter;
32 using url_matcher::URLQueryElementMatcherCondition;
72 url_matcher::URLMatcherConditionFactory* condition_factory,
327 URLMatcher* url_matcher,
337 url_matcher
326 CreateConditionSet( URLMatcher* url_matcher, int id, const std::string& scheme, const std::string& host, bool match_subdomains, uint16 port, const std::string& path, const std::string& query, bool allow) argument
[all...]
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule.h23 #include "components/url_matcher/url_matcher.h"
71 url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory,
87 bool IsFulfilled(url_matcher::URLMatcherConditionSet::ID url_match_trigger,
92 url_matcher::URLMatcherConditionSet::Vector* condition_sets) const;
100 typedef std::map<url_matcher::URLMatcherConditionSet::ID, const ConditionT*>
231 url_matcher::URLMatcherConditionFactory* url_matcher_condition_factory,
276 url_matcher::URLMatcherConditionSet::ID url_match_trigger,
298 url_matcher::URLMatcherConditionSet::Vector* condition_sets) const {
310 url_matcher
[all...]
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.h112 void SetContents(scoped_ptr<Contents> url_matcher);
H A Dsupervised_user_url_filter.cc19 #include "components/url_matcher/url_matcher.h"
29 using url_matcher::URLMatcher;
30 using url_matcher::URLMatcherConditionSet;
33 URLMatcher url_matcher; member in struct:SupervisedUserURLFilter::Contents
106 &contents_->url_matcher, ++matcher_id_,
145 contents_->url_matcher.AddConditionSets(all_conditions_);
300 contents_->url_matcher.MatchURL(url);
320 contents_->url_matcher.MatchURL(url);

Completed in 3870 milliseconds

12