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

  /external/chromium_org/extensions/common/matcher/
url_matcher.h 33 // Also supported is matching regular expressions against the URL (URL_MATCHES).
55 URL_MATCHES,
url_matcher.cc 137 // Regular expression matching (url_matches searches)
146 return criterion == URLMatcherCondition::URL_MATCHES;
447 return CreateCondition(URLMatcherCondition::URL_MATCHES, regex);
url_matcher_unittest.cc 208 EXPECT_EQ(URLMatcherCondition::URL_MATCHES,

Completed in 687 milliseconds