Searched defs:AddCookie (Results 1 - 11 of 11) sorted by relevance

/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:__anon5774::RemoveCookieTester
166 tester.AddCookie(kCookieHostname, kCookieDefinition);
/external/chromium_org/chrome/browser/browsing_data/
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.cc253 void AddCookie() { function in class:RemoveCookieTester
772 tester.AddCookie();
786 tester.AddCookie();
/external/chromium/chrome/browser/net/
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/net/base/
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_unittest.cc2113 void AddCookie(const CookieMonster::CanonicalCookie&) {} function in class:net::__anon2946::FlushablePersistentStore
/external/chromium_org/net/cookies/
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);
/external/chromium_org/chrome/test/chromedriver/client/
H A Dchromedriver.py256 def AddCookie(self, cookie): member in class:ChromeDriver
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc156 void AddCookie(const std::string& name, function in class:content::SQLitePersistentCookieStoreTest
161 store_->AddCookie(
197 AddCookie("A", "B", "foo.bar", "/", base::Time::Now());
225 AddCookie("X", "Y", "foo.bar", "/", base::Time::Now());
238 AddCookie("A", "B", "foo.bar", "/", base::Time::Now());
266 AddCookie("A", "B", "foo.bar", "/", t);
268 AddCookie("A", "B", "www.aaa.com", "/", t);
270 AddCookie("A", "B", "travel.aaa.com", "/", t);
272 AddCookie("A", "B", "www.bbb.com", "/", t);
350 AddCookie(nam
[all...]
H A Dsqlite_persistent_cookie_store.cc66 // AddCookie, UpdateCookieAccessTime, and DeleteCookie. These are flushed to
101 void AddCookie(const net::CanonicalCookie& cc);
904 void SQLitePersistentCookieStore::Backend::AddCookie( function in class:content::SQLitePersistentCookieStore::Backend
1224 void SQLitePersistentCookieStore::AddCookie(const net::CanonicalCookie& cc) { function in class:content::SQLitePersistentCookieStore
1225 backend_->AddCookie(cc);
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc144 void AddCookie() { function in class:content::__anon8257::RemoveCookieTester
828 tester.AddCookie();
847 tester.AddCookie();

Completed in 189 milliseconds