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_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
url_matcher_unittest.cc 5 #include "components/url_matcher/url_matcher.h"
11 namespace url_matcher { namespace
    [all...]
substring_set_matcher.cc 5 #include "components/url_matcher/substring_set_matcher.h"
13 namespace url_matcher { namespace
272 } // 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"
15 namespace url_matcher { namespace
944 SubstringSetMatcher& url_matcher local
    [all...]
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
424 } // namespace url_matcher
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.cc 19 #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 136 milliseconds