OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
175
//
exclude_matches
177
const base::ListValue*
exclude_matches
= NULL;
local
178
if (!content_script->GetList(keys::kExcludeMatches, &
exclude_matches
)) {
185
for (size_t j = 0; j <
exclude_matches
->GetSize(); ++j) {
187
if (!
exclude_matches
->GetString(j, &match_str)) {
Completed in 56 milliseconds