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

  /external/chromium_org/components/url_matcher/
url_matcher_constants.cc 13 const char kHostContainsKey[] = "hostContains";
url_matcher_constants.h 18 URL_MATCHER_EXPORT extern const char kHostContainsKey[];
url_matcher_factory.cc 44 factory_methods_[keys::kHostContainsKey] = &F::CreateHostContainsCondition;
193 if (condition_attribute_name == keys::kHostContainsKey ||
url_matcher_factory_unittest.cc 124 invalid_condition1.SetString(keys::kHostContainsKey, "exaMple");
297 UrlConditionCaseTest(keys::kHostContainsKey, false, kHost, kHostUpper,

Completed in 25 milliseconds