Searched refs:IsHostCookie (Results 1 – 4 of 4) sorted by relevance
87 bool IsHostCookie() const { return !IsDomainCookie(); } in IsHostCookie() function
270 EXPECT_TRUE(cookie->IsHostCookie()); in TEST()
1235 if (cc->IsHostCookie() && cc->IsDomainMatch(host) && in DeleteAllCreatedBetweenForHost()
616 if (it->IsHostCookie() && it->IsHttpOnly() && it->IsSecure()) { in OnGaiaCookiesFetched()