HomeSort by relevance Sort by last modified time
    Searched defs:url_matcher (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/components/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.h 10 #include "components/url_matcher/url_matcher_export.h"
12 namespace url_matcher { namespace
39 } // 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
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
url_matcher_helpers.cc 5 #include "components/url_matcher/url_matcher_helpers.h"
9 namespace url_matcher { namespace
31 } // 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
string_pattern.h 12 #include "components/url_matcher/url_matcher_export.h"
14 namespace url_matcher { namespace
41 } // 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
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
regex_set_matcher.cc 5 #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
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_constants.cc 5 #include "components/url_matcher/url_matcher_constants.h"
7 namespace url_matcher { namespace
34 } // namespace url_matcher
url_matcher_unittest.cc 5 #include "components/url_matcher/url_matcher.h"
11 namespace url_matcher { namespace
682 } // 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.cc 5 #include "components/url_matcher/substring_set_matcher.h"
13 namespace url_matcher { namespace
272 } // 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
355 } // 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.cc 5 #include "components/url_matcher/url_matcher.h"
14 namespace url_matcher { namespace
765 SubstringSetMatcher& url_matcher = local
767 url_matcher.RegisterAndUnregisterPatterns(patterns_to_register,
880 } // namespace url_matcher
  /external/chromium_org/chrome/browser/managed_mode/
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);

Completed in 59 milliseconds