Searched defs:url_matcher (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/components/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.h10 #include "components/url_matcher/url_matcher_export.h"
12 namespace url_matcher { namespace
39 } // 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 Durl_matcher_helpers.h17 namespace url_matcher { namespace
25 } // 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 Durl_matcher_helpers.cc5 #include "components/url_matcher/url_matcher_helpers.h"
9 namespace url_matcher { namespace
31 } // namespace 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.h12 #include "components/url_matcher/url_matcher_export.h"
14 namespace url_matcher { namespace
41 } // 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 Dsubstring_set_matcher_unittest.cc5 #include "components/url_matcher/substring_set_matcher.h"
13 namespace url_matcher { namespace
170 } // 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
H A Dregex_set_matcher.cc5 #include "components/url_matcher/regex_set_matcher.h"
10 #include "components/url_matcher/substring_set_matcher.h"
14 namespace url_matcher { namespace
113 } // 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_unittest.cc5 #include "components/url_matcher/url_matcher.h"
11 namespace url_matcher { namespace
959 } // namespace url_matcher
H A Dsubstring_set_matcher.cc5 #include "components/url_matcher/substring_set_matcher.h"
13 namespace url_matcher { namespace
272 } // namespace url_matcher
H A Durl_matcher_factory.cc5 #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
H A Durl_matcher_factory_unittest.cc5 #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
H A Durl_matcher.h14 #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
H A Durl_matcher.cc5 #include "components/url_matcher/url_matcher.h"
15 namespace url_matcher { namespace
944 SubstringSetMatcher& url_matcher = local
946 url_matcher.RegisterAndUnregisterPatterns(patterns_to_register,
1096 } // namespace url_matcher
/external/chromium_org/extensions/common/
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/supervised_user/
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);
/external/chromium_org/components/policy/core/browser/
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...]

Completed in 411 milliseconds