Searched defs:FindAndDeleteCookie (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/base/
H A Dcookie_monster_unittest.cc1140 static bool FindAndDeleteCookie(CookieMonster* cm, function in namespace:net
1161 EXPECT_TRUE(FindAndDeleteCookie(cm, url_google.host(), "C"));
1164 EXPECT_FALSE(FindAndDeleteCookie(cm, "random.host", "E"));
1546 EXPECT_TRUE(FindAndDeleteCookie(cm, url_google.host(), "C"));
1555 EXPECT_FALSE(FindAndDeleteCookie(cm, "random.host", "E"));
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc401 bool FindAndDeleteCookie(CookieMonster* cm, function in class:net::__anon9281::CookieMonsterTest
1235 EXPECT_TRUE(FindAndDeleteCookie(cm.get(), url_google_.host(), "C"));
1238 EXPECT_FALSE(FindAndDeleteCookie(cm.get(), "random.host", "E"));
1576 EXPECT_TRUE(FindAndDeleteCookie(cm.get(), url_google_.host(), "C"));
1585 EXPECT_FALSE(FindAndDeleteCookie(cm.get(), "random.host", "E"));

Completed in 68 milliseconds