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

  /external/chromium_org/chrome/browser/extensions/
convert_user_script.cc 122 base::ListValue* exclude_matches = new base::ListValue(); local
127 exclude_matches->Append(new base::StringValue(i->GetAsString()));
141 content_script->Set(keys::kExcludeMatches, exclude_matches);
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 188 // exclude_matches
190 const base::ListValue* exclude_matches = NULL; local
191 if (!content_script->GetList(keys::kExcludeMatches, &exclude_matches)) {
198 for (size_t j = 0; j < exclude_matches->GetSize(); ++j) {
200 if (!exclude_matches->GetString(j, &match_str)) {

Completed in 490 milliseconds