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

  /external/chromium/chrome/common/extensions/
extension_constants.cc 36 const char* kMatches = "matches";
extension_constants.h 41 extern const char* kMatches;
extension_unittest.cc 224 user_script->Remove(keys::kMatches, NULL);
229 user_script->Set(keys::kMatches, Value::CreateIntegerValue(42));
235 user_script->Set(keys::kMatches, matches);
    [all...]
extension.cc 749 if (!content_script->GetList(keys::kMatches, &matches)) {
    [all...]
  /external/chromium/chrome/browser/extensions/
convert_user_script.cc 124 content_script->Set(keys::kMatches, matches);
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 140 content_script->Set(keys::kMatches, matches);
  /external/chromium_org/chrome/common/extensions/
extension_manifest_constants.cc 68 const char kMatches[] = "matches";
extension_manifest_constants.h 80 extern const char kMatches[];
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 115 if (!content_script->GetList(keys::kMatches, &matches)) {

Completed in 835 milliseconds