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

  /external/chromium/chrome/common/extensions/
user_script.h 144 return exclude_globs_;
147 exclude_globs_.push_back(glob);
149 void clear_exclude_globs() { exclude_globs_.clear(); }
206 std::vector<std::string> exclude_globs_; member in class:UserScript
  /external/chromium_org/extensions/common/
user_script.h 146 return exclude_globs_;
149 exclude_globs_.push_back(glob);
151 void clear_exclude_globs() { exclude_globs_.clear(); }
227 std::vector<std::string> exclude_globs_; member in class:extensions::UserScript

Completed in 76 milliseconds