OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesPath
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/common/extensions/
url_pattern.cc
228
if (!
MatchesPath
(test.PathForRequest()))
280
bool URLPattern::
MatchesPath
(const std::string& test) const {
328
if (!
MatchesPath
(other.path().substr(0, other.path().size() - 1)) &&
329
!other.
MatchesPath
(path_.substr(0, path_.size() - 1)))
url_pattern.h
195
bool
MatchesPath
(const std::string& test) const;
/external/chromium_org/extensions/common/
url_pattern.cc
337
MatchesPath
(path_for_request);
405
bool URLPattern::
MatchesPath
(const std::string& test) const {
458
&& (
MatchesPath
(StripTrailingWildcard(other.path())) ||
459
other.
MatchesPath
(StripTrailingWildcard(path())));
468
&&
MatchesPath
(StripTrailingWildcard(other.path()));
url_pattern.h
151
bool
MatchesPath
(const std::string& test) const;
Completed in 29 milliseconds