OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatchesCookie
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/extensions/
extension_cookies_helpers.h
91
bool
MatchesCookie
(const net::CookieMonster::CanonicalCookie& cookie);
extension_cookies_helpers.cc
117
if (filter.
MatchesCookie
(*it))
138
bool MatchFilter::
MatchesCookie
(
extension_cookies_unittest.cc
183
EXPECT_TRUE(filter.
MatchesCookie
(cookie));
205
EXPECT_EQ(tests[i].matches, filter.
MatchesCookie
(cookie));
/external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.h
107
bool
MatchesCookie
(const net::CanonicalCookie& cookie);
cookies_helpers.cc
142
if (filter.
MatchesCookie
(*it)) {
164
bool MatchFilter::
MatchesCookie
(
cookies_unittest.cc
145
EXPECT_TRUE(filter.
MatchesCookie
(cookie));
179
EXPECT_EQ(tests[i].matches, filter.
MatchesCookie
(cookie));
Completed in 1688 milliseconds