OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesPortPattern
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/extensions/common/
url_pattern.cc
457
&& (
MatchesPortPattern
(other.port()) || other.
MatchesPortPattern
(port()))
467
&&
MatchesPortPattern
(other.port())
498
if (!
MatchesPortPattern
(base::IntToString(test.EffectiveIntPort())))
504
bool URLPattern::
MatchesPortPattern
(const std::string& port) const {
url_pattern.h
205
bool
MatchesPortPattern
(const std::string& port) const;
Completed in 37 milliseconds