Searched refs:OnKeyLoaded (Results 1 – 4 of 4) sorted by relevance
43 void OnKeyLoaded(const std::vector<net::CanonicalCookie*>& cookies) { in OnKeyLoaded() function in content::SQLitePersistentCookieStorePerfTest127 base::Bind(&SQLitePersistentCookieStorePerfTest::OnKeyLoaded, in TEST_F()
88 void OnKeyLoaded(const CanonicalCookieVector& cookies) { in OnKeyLoaded() function in content::SQLitePersistentCookieStoreTest291 base::Bind(&SQLitePersistentCookieStoreTest::OnKeyLoaded, in TEST_F()
475 void OnKeyLoaded(
1064 base::Bind(&CookieMonster::OnKeyLoaded, this, key)); in DoCookieTaskForURL()1452 void CookieMonster::OnKeyLoaded(const std::string& key, in OnKeyLoaded() function in net::CookieMonster