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

  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_constants.cc 37 const char kNamePrefixKey[] = "namePrefix";
webrequest_constants.h 41 extern const char kNamePrefixKey[];
webrequest_condition_attribute_unittest.cc 533 keys::kNamePrefixKey, "Custom",
545 keys::kNamePrefixKey, " Custom", // Test 1.
637 keys::kNamePrefixKey, "CUSTOM-HEADER-B",
649 keys::kNamePrefixKey, "Non-existing", // This one fails.
webrequest_condition_attribute.cc 469 if (it.key() == keys::kNamePrefixKey) {

Completed in 40 milliseconds