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

  /external/chromium_org/extensions/common/matcher/
url_matcher.h 40 HOST_EQUALS,
url_matcher.cc 18 // host_prefix, host_suffix, host_equals, ..., etc., to StringPatterns
90 // host_equals(domain) = BU add_missing_dot_prefix(domain) ED
91 // -> host_equals("www.example.com") = BU .www.example.com ED
291 return CreateCondition(URLMatcherCondition::HOST_EQUALS,
url_matcher_unittest.cc 176 EXPECT_EQ(URLMatcherCondition::HOST_EQUALS,

Completed in 47 milliseconds