Searched refs:kMatches (Results 1 – 10 of 10) sorted by relevance
36 const char* kMatches = "matches"; variable
41 extern const char* kMatches;
224 user_script->Remove(keys::kMatches, NULL); in TEST()229 user_script->Set(keys::kMatches, Value::CreateIntegerValue(42)); in TEST()235 user_script->Set(keys::kMatches, matches); in TEST()
749 if (!content_script->GetList(keys::kMatches, &matches)) { in LoadUserScriptHelper()
106 if (!handler_info.GetList(mkeys::kMatches, &manif_patterns) || in ParseUrlHandler()
124 content_script->Set(keys::kMatches, matches); in ConvertUserScriptToExtension()
140 content_script->Set(keys::kMatches, matches); in ConvertUserScriptToExtension()
75 const char kMatches[] = "matches"; variable
83 extern const char kMatches[];
115 if (!content_script->GetList(keys::kMatches, &matches)) { in LoadUserScriptFromDictionary()