HomeSort by relevance Sort by last modified time
    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 43 milliseconds