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

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 192 if (content_script->HasKey(keys::kExcludeMatches)) { // optional
194 if (!content_script->GetList(keys::kExcludeMatches, &exclude_matches)) {
  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 142 content_script->Set(keys::kExcludeMatches, exclude_matches);
  /external/chromium_org/extensions/common/
manifest_constants.cc 41 const char kExcludeMatches[] = "exclude_matches";
    [all...]
manifest_constants.h 44 extern const char kExcludeMatches[];

Completed in 69 milliseconds