Home
last modified time | relevance | path

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

/external/chromium_org/extensions/common/
Duser_script.cc19 bool UrlMatchesGlobs(const std::vector<std::string>* globs, in UrlMatchesGlobs() function
113 if (!UrlMatchesGlobs(&globs_, url)) in MatchesURL()
118 if (UrlMatchesGlobs(&exclude_globs_, url)) in MatchesURL()