OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesHost
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/common/
url_pattern.h
152
bool
MatchesHost
(const std::string& test) const;
153
bool
MatchesHost
(const GURL& test) const;
url_pattern.cc
395
bool URLPattern::
MatchesHost
(const std::string& host) const {
400
return
MatchesHost
(GURL(test));
403
bool URLPattern::
MatchesHost
(const GURL& test) const {
526
&& (
MatchesHost
(other.host()) || other.
MatchesHost
(host()))
536
&&
MatchesHost
(other.host())
565
if (scheme_ != url::kFileScheme && !
MatchesHost
(test))
/external/chromium_org/chrome/browser/extensions/
crx_installer.cc
407
if (!pattern.
MatchesHost
(i->host())) {
[
all
...]
Completed in 74 milliseconds