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

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

Completed in 41 milliseconds