Home
last modified time | relevance | path

Searched defs:globs (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/
Duser_script.cc23 bool UrlMatchesGlobs(const std::vector<std::string>* globs, in UrlMatchesGlobs()
Duser_script.h140 const std::vector<std::string>& globs() const { return globs_; } in globs() function