Searched defs:AddCookie (Results 1 - 8 of 8) 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:__anon4508::RemoveCookieTester
166 tester.AddCookie(kCookieHostname, kCookieDefinition);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_cookie_helper.cc118 AddCookie(frame_url, *add_cookie);
130 AddCookie(frame_url, *cookie);
206 void CannedBrowsingDataCookieHelper::AddCookie( function in class:CannedBrowsingDataCookieHelper
H A Dbrowsing_data_remover_unittest.cc238 void AddCookie() { function in class:RemoveCookieTester
908 tester.AddCookie();
922 tester.AddCookie();
/external/chromium_org/net/cookies/
H A Dcookie_monster_store_test.cc64 void MockPersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { function in class:net::MockPersistentCookieStore
171 void MockSimplePersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { function in class:net::MockSimplePersistentCookieStore
221 store->AddCookie(cc);
/external/chromium_org/chrome/test/chromedriver/client/
H A Dchromedriver.py285 def AddCookie(self, cookie): member in class:ChromeDriver
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc157 void AddCookie(const std::string& name, function in class:content::SQLitePersistentCookieStoreTest
162 store_->AddCookie(
199 AddCookie("A", "B", "foo.bar", "/", base::Time::Now());
227 AddCookie("X", "Y", "foo.bar", "/", base::Time::Now());
240 AddCookie("A", "B", "foo.bar", "/", base::Time::Now());
268 AddCookie("A", "B", "foo.bar", "/", t);
270 AddCookie("A", "B", "www.aaa.com", "/", t);
272 AddCookie("A", "B", "travel.aaa.com", "/", t);
274 AddCookie("A", "B", "www.bbb.com", "/", t);
351 AddCookie(nam
[all...]
H A Dsqlite_persistent_cookie_store.cc68 // AddCookie, UpdateCookieAccessTime, and DeleteCookie. These are flushed to
103 void AddCookie(const net::CanonicalCookie& cc);
908 void SQLitePersistentCookieStore::Backend::AddCookie( function in class:content::SQLitePersistentCookieStore::Backend
1228 void SQLitePersistentCookieStore::AddCookie(const net::CanonicalCookie& cc) { function in class:content::SQLitePersistentCookieStore
1229 backend_->AddCookie(cc);
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc118 void AddCookie() { function in class:content::__anon7439::RemoveCookieTester
798 tester.AddCookie();
818 tester.AddCookie();

Completed in 316 milliseconds