OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesAnyScheme
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/
url_pattern.h
210
bool
MatchesAnyScheme
(const std::vector<std::string>& schemes) const;
url_pattern.cc
524
return (
MatchesAnyScheme
(other.GetExplicitSchemes()) ||
525
other.
MatchesAnyScheme
(GetExplicitSchemes()))
541
bool URLPattern::
MatchesAnyScheme
(
Completed in 547 milliseconds