Home
last modified time | relevance | path

Searched refs:kExcludeMatches (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dcontent_scripts_handler.cc192 if (content_script->HasKey(keys::kExcludeMatches)) { // optional in LoadUserScriptFromDictionary()
194 if (!content_script->GetList(keys::kExcludeMatches, &exclude_matches)) { in LoadUserScriptFromDictionary()
/external/chromium_org/chrome/browser/extensions/
Dconvert_user_script.cc142 content_script->Set(keys::kExcludeMatches, exclude_matches); in ConvertUserScriptToExtension()
/external/chromium_org/extensions/common/
Dmanifest_constants.cc41 const char kExcludeMatches[] = "exclude_matches"; variable
Dmanifest_constants.h44 extern const char kExcludeMatches[];