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

/external/chromium/chrome/common/extensions/
H A Duser_script.cc23 bool UrlMatchesGlobs(const std::vector<std::string>* globs, function in namespace:__anon2853
81 if (!UrlMatchesGlobs(&globs_, url))
86 if (UrlMatchesGlobs(&exclude_globs_, url))
/external/chromium_org/extensions/common/
H A Duser_script.cc14 bool UrlMatchesGlobs(const std::vector<std::string>* globs, function in namespace:__anon8746
99 if (!UrlMatchesGlobs(&globs_, url))
104 if (UrlMatchesGlobs(&exclude_globs_, url))

Completed in 125 milliseconds