Home
last modified time | relevance | path

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

/external/chromium_org/extensions/common/
Duser_script.h169 const std::vector<std::string>& globs() const { return globs_; } in globs()
170 void add_glob(const std::string& glob) { globs_.push_back(glob); } in add_glob()
171 void clear_globs() { globs_.clear(); } in clear_globs()
256 std::vector<std::string> globs_; variable
Duser_script.cc112 if (!globs_.empty()) { in MatchesURL()
113 if (!UrlMatchesGlobs(&globs_, url)) in MatchesURL()
148 PickleGlobs(pickle, globs_); in Pickle()
198 UnpickleGlobs(pickle, iter, &globs_); in Unpickle()