OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesCookie
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.h
107
bool
MatchesCookie
(const net::CanonicalCookie& cookie);
cookies_helpers.cc
143
if (filter.
MatchesCookie
(*it)) {
165
bool MatchFilter::
MatchesCookie
(
cookies_unittest.cc
142
EXPECT_TRUE(filter.
MatchesCookie
(cookie));
176
EXPECT_EQ(tests[i].matches, filter.
MatchesCookie
(cookie));
Completed in 190 milliseconds