Home
last modified time | relevance | path

Searched refs:exclude_globs_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/extensions/common/
Duser_script.h173 return exclude_globs_; in exclude_globs()
176 exclude_globs_.push_back(glob); in add_exclude_glob()
178 void clear_exclude_globs() { exclude_globs_.clear(); } in clear_exclude_globs()
257 std::vector<std::string> exclude_globs_; variable
Duser_script.cc117 if (!exclude_globs_.empty()) { in MatchesURL()
118 if (UrlMatchesGlobs(&exclude_globs_, url)) in MatchesURL()
149 PickleGlobs(pickle, exclude_globs_); in Pickle()
199 UnpickleGlobs(pickle, iter, &exclude_globs_); in Unpickle()