HomeSort by relevance Sort by last modified time
    Searched refs:URL_MATCHES (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/url_matcher/
url_matcher.h 34 // Also supported is matching regular expressions against the URL (URL_MATCHES).
56 URL_MATCHES,
url_matcher.cc 137 // Regular expression matching (url_matches searches)
146 return criterion == URLMatcherCondition::URL_MATCHES;
454 return CreateCondition(URLMatcherCondition::URL_MATCHES, regex);
    [all...]
url_matcher_unittest.cc 208 EXPECT_EQ(URLMatcherCondition::URL_MATCHES,
    [all...]

Completed in 581 milliseconds