OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHostPrefixKey
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/components/url_matcher/
url_matcher_constants.cc
15
const char
kHostPrefixKey
[] = "hostPrefix";
url_matcher_constants.h
20
URL_MATCHER_EXPORT extern const char
kHostPrefixKey
[];
url_matcher_factory_unittest.cc
62
valid_condition.SetString(keys::
kHostPrefixKey
, "www");
132
invalid_condition3.SetString(keys::
kHostPrefixKey
, "WWw.");
301
UrlConditionCaseTest(keys::
kHostPrefixKey
, false, kHost, kHostUpper,
url_matcher_factory.cc
46
factory_methods_[keys::
kHostPrefixKey
] = &F::CreateHostPrefixCondition;
194
condition_attribute_name == keys::
kHostPrefixKey
||
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc
114
https_condition_dict->SetString(keys2::
kHostPrefixKey
, "www");
[
all
...]
Completed in 2642 milliseconds