HomeSort by relevance Sort by last modified time
    Searched refs:kMatches (Results 1 - 5 of 5) 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);

Completed in 148 milliseconds