HomeSort by relevance Sort by last modified time
    Searched refs:url_matcher (Results 1 - 25 of 38) sorted by null

1 2

  /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 9 #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) {
  /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"
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_;
content_condition_unittest.cc 13 #include "components/url_matcher/url_matcher.h"
20 using url_matcher::URLMatcher;
21 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/components/policy/core/browser/
url_blacklist_manager.h 20 #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::URLMatcherConditionSet::ID, FilterComponents> filters_
    [all...]
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/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/supervised_user/
supervised_user_url_filter.h 109 void SetContents(scoped_ptr<Contents> url_matcher);
supervised_user_url_filter.cc 18 #include "components/url_matcher/url_matcher.h"
28 using url_matcher::URLMatcher;
29 using url_matcher::URLMatcherConditionSet;
32 URLMatcher url_matcher; member in struct:SupervisedUserURLFilter::Contents
105 &contents_->url_matcher, ++matcher_id_,
144 contents_->url_matcher.AddConditionSets(all_conditions_);
297 contents_->url_matcher.MatchURL(url);
313 contents_->url_matcher.MatchURL(url);

Completed in 490 milliseconds

1 2