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

  /external/chromium_org/components/url_matcher/
url_matcher.cc 144 bool IsRegexCriterion(URLMatcherCondition::Criterion criterion) {
145 return criterion == URLMatcherCondition::URL_MATCHES;
148 bool IsOriginAndPathRegexCriterion(URLMatcherCondition::Criterion criterion) {
149 return criterion == URLMatcherCondition::ORIGIN_AND_PATH_MATCHES;
155 // URLMatcherCondition
158 URLMatcherCondition::URLMatcherCondition()
162 URLMatcherCondition::~URLMatcherCondition() {}
164 URLMatcherCondition::URLMatcherCondition
    [all...]
url_matcher.h 35 class URL_MATCHER_EXPORT URLMatcherCondition {
60 URLMatcherCondition();
61 ~URLMatcherCondition();
62 URLMatcherCondition(Criterion criterion,
64 URLMatcherCondition(const URLMatcherCondition& rhs);
65 URLMatcherCondition& operator=(const URLMatcherCondition& rhs);
66 bool operator<(const URLMatcherCondition& rhs) const;
73 // Returns whether this URLMatcherCondition needs to be executed on
    [all...]

Completed in 185 milliseconds