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

/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.h60 virtual void AddCookie(const net::CanonicalCookie& cc) OVERRIDE;
H A Dsqlite_persistent_cookie_store_perftest.cc81 store_->AddCookie(
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/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/net/cookies/
H A Dcookie_monster_store_test.h90 virtual void AddCookie(const CanonicalCookie& cookie) OVERRIDE;
169 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
171 void MockSimplePersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { function in class:net::MockSimplePersistentCookieStore
221 store->AddCookie(cc);
H A Dcookie_monster.h767 virtual void AddCookie(const CanonicalCookie& cc) = 0;
H A Dcookie_monster.cc1775 store_->AddCookie(*cc);
H A Dcookie_monster_unittest.cc50 MOCK_METHOD1(AddCookie, void(const CanonicalCookie& cc));
2182 virtual void AddCookie(const CanonicalCookie&) OVERRIDE {}
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_cookie_helper.h154 void AddCookie(const GURL& frame_url,
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/chrome/test/chromedriver/client/
H A Dchromedriver.py285 def AddCookie(self, cookie): member in class:ChromeDriver
/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 188 milliseconds