Searched refs:AddCookie (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc117 void AddCookie(const std::string& name, function in class:content::SQLitePersistentCookieStoreTest
122 store_->AddCookie(
150 AddCookie("A", "B", "foo.bar", "/", base::Time::Now());
178 AddCookie("X", "Y", "foo.bar", "/", base::Time::Now());
191 AddCookie("A", "B", "foo.bar", "/", base::Time::Now());
219 AddCookie("A", "B", "foo.bar", "/", t);
221 AddCookie("A", "B", "www.aaa.com", "/", t);
223 AddCookie("A", "B", "travel.aaa.com", "/", t);
225 AddCookie("A", "B", "www.bbb.com", "/", t);
301 AddCookie(nam
[all...]
H A Dsqlite_persistent_cookie_store.h58 virtual void AddCookie(const net::CanonicalCookie& cc) OVERRIDE;
H A Dsqlite_persistent_cookie_store_perftest.cc80 store_->AddCookie(
H A Dsqlite_persistent_cookie_store.cc66 // AddCookie, UpdateCookieAccessTime, and DeleteCookie. These are flushed to
99 void AddCookie(const net::CanonicalCookie& cc);
862 void SQLitePersistentCookieStore::Backend::AddCookie( function in class:content::SQLitePersistentCookieStore::Backend
1170 void SQLitePersistentCookieStore::AddCookie(const net::CanonicalCookie& cc) { function in class:content::SQLitePersistentCookieStore
1171 backend_->AddCookie(cc);
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.h37 virtual void AddCookie(const net::CookieMonster::CanonicalCookie& cc);
H A Dsqlite_persistent_cookie_store_unittest.cc36 store_->AddCookie(
130 store_->AddCookie(
H A Dsqlite_persistent_cookie_store.cc71 void AddCookie(const net::CookieMonster::CanonicalCookie& cc);
359 void SQLitePersistentCookieStore::Backend::AddCookie( function in class:SQLitePersistentCookieStore::Backend
613 void SQLitePersistentCookieStore::AddCookie( function in class:SQLitePersistentCookieStore
616 backend_->AddCookie(cc);
/external/chromium_org/chrome/browser/profile_resetter/
H A Dprofile_resetter_browsertest.cc32 void AddCookie(const std::string& host, const std::string& definition);
76 void RemoveCookieTester::AddCookie(const std::string& host, function in class:__anon5589::RemoveCookieTester
166 tester.AddCookie(kCookieHostname, kCookieDefinition);
/external/chromium/net/base/
H A Dcookie_monster_store_test.h57 virtual void AddCookie(const CookieMonster::CanonicalCookie& cookie);
123 virtual void AddCookie(
H A Dcookie_monster_store_test.cc36 void MockPersistentCookieStore::AddCookie( function in class:net::MockPersistentCookieStore
118 void MockSimplePersistentCookieStore::AddCookie( function in class:net::MockSimplePersistentCookieStore
170 store->AddCookie(cc);
H A Dcookie_monster.h788 virtual void AddCookie(const CanonicalCookie& cc) = 0;
H A Dcookie_monster.cc1172 store_->AddCookie(*cc);
H A Dcookie_monster_unittest.cc2113 void AddCookie(const CookieMonster::CanonicalCookie&) {} function in class:net::__anon2943::FlushablePersistentStore
/external/chromium_org/net/cookies/
H A Dcookie_monster_store_test.h90 virtual void AddCookie(const CanonicalCookie& cookie) OVERRIDE;
167 virtual void AddCookie(const CanonicalCookie& cookie) OVERRIDE;
H A Dcookie_monster_store_test.cc64 void MockPersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { function in class:net::MockPersistentCookieStore
169 void MockSimplePersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { function in class:net::MockSimplePersistentCookieStore
219 store->AddCookie(cc);
H A Dcookie_monster.h743 virtual void AddCookie(const CanonicalCookie& cc) = 0;
H A Dcookie_monster.cc1743 store_->AddCookie(*cc);
H A Dcookie_monster_unittest.cc50 MOCK_METHOD1(AddCookie, void(const CanonicalCookie& cc));
2178 virtual void AddCookie(const CanonicalCookie&) OVERRIDE {}
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_cookie_helper.h157 void AddCookie(const GURL& frame_url,
H A Dbrowsing_data_cookie_helper.cc132 AddCookie(frame_url, *add_cookie);
144 AddCookie(frame_url, *cookie);
219 void CannedBrowsingDataCookieHelper::AddCookie( function in class:CannedBrowsingDataCookieHelper
H A Dbrowsing_data_remover_unittest.cc187 void AddCookie() { function in class:RemoveCookieTester
662 tester.AddCookie();
676 tester.AddCookie();
691 tester.AddCookie();
705 tester.AddCookie();
902 cookie_tester.AddCookie();
932 cookie_tester.AddCookie();
/external/chromium_org/chrome/test/chromedriver/client/
H A Dchromedriver.py223 def AddCookie(self, cookie): member in class:ChromeDriver

Completed in 436 milliseconds