OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exclude_globs_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/
user_script.cc
117
if (!
exclude_globs_
.empty()) {
118
if (UrlMatchesGlobs(&
exclude_globs_
, url))
149
PickleGlobs(pickle,
exclude_globs_
);
199
UnpickleGlobs(pickle, iter, &
exclude_globs_
);
user_script.h
173
return
exclude_globs_
;
176
exclude_globs_
.push_back(glob);
178
void clear_exclude_globs() {
exclude_globs_
.clear(); }
257
std::vector<std::string>
exclude_globs_
;
member in class:extensions::UserScript
Completed in 51 milliseconds