OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesHost
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/common/extensions/
url_pattern.cc
225
if (!
MatchesHost
(test))
241
bool URLPattern::
MatchesHost
(const std::string& host) const {
246
return
MatchesHost
(GURL(test));
249
bool URLPattern::
MatchesHost
(const GURL& test) const {
317
if (!
MatchesHost
(other.host()) && !other.
MatchesHost
(host_))
url_pattern.h
191
bool
MatchesHost
(const std::string& test) const;
192
bool
MatchesHost
(const GURL& test) const;
/external/chromium_org/extensions/common/
url_pattern.h
147
bool
MatchesHost
(const std::string& test) const;
148
bool
MatchesHost
(const GURL& test) const;
url_pattern.cc
366
bool URLPattern::
MatchesHost
(const std::string& host) const {
371
return
MatchesHost
(GURL(test));
374
bool URLPattern::
MatchesHost
(const GURL& test) const {
456
&& (
MatchesHost
(other.host()) || other.
MatchesHost
(host()))
466
&&
MatchesHost
(other.host())
495
if (scheme_ != chrome::kFileScheme && !
MatchesHost
(test))
/external/chromium/chrome/browser/extensions/
crx_installer.cc
279
if (!pattern.
MatchesHost
(patterns[i].host())) {
/external/chromium_org/chrome/browser/extensions/
crx_installer.cc
407
if (!pattern.
MatchesHost
(i->host())) {
Completed in 408 milliseconds