HomeSort by relevance Sort by last modified time
    Searched refs:LoadCookiesForKey (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h 58 virtual void LoadCookiesForKey(const std::string& key,
sqlite_persistent_cookie_store_perftest.cc 124 store_->LoadCookiesForKey(domain_name,
sqlite_persistent_cookie_store.cc 61 // LoadCookiesForKey, it is delegated to Backend::LoadCookiesForKey, which posts
65 // SQLitePersistentCookieStore::LoadCookiesForKey that that load is complete.
99 void LoadCookiesForKey(const std::string& domain,
418 void SQLitePersistentCookieStore::Backend::LoadCookiesForKey(
    [all...]
sqlite_persistent_cookie_store_unittest.cc 284 // until both Load and LoadCookiesForKey have been posted to its task queue.
291 store_->LoadCookiesForKey("aaa.com",
  /external/chromium_org/net/cookies/
cookie_monster_store_test.h 87 virtual void LoadCookiesForKey(const std::string& key,
166 virtual void LoadCookiesForKey(const std::string& key,
cookie_monster_store_test.cc 50 void MockPersistentCookieStore::LoadCookiesForKey(
158 void MockSimplePersistentCookieStore::LoadCookiesForKey(const std::string& key,
cookie_monster.h     [all...]
cookie_monster_unittest.cc 48 MOCK_METHOD2(LoadCookiesForKey, void(const std::string& key,
790 // Invokes the PersistentCookieStore::LoadCookiesForKey completion callback
    [all...]
cookie_monster.cc 84 // :: LoadCookiesForKey. The request is queued in
89 // PersistentCookieStore::LoadCookiesForKey, all subsequent requests are queued
    [all...]

Completed in 50 milliseconds