/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store_unittest.cc | 157 void AddCookie(const std::string& name, 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(name, value, "foo.bar", "/", t) [all...] |
sqlite_persistent_cookie_store.h | 60 virtual void AddCookie(const net::CanonicalCookie& cc) OVERRIDE;
|
sqlite_persistent_cookie_store_perftest.cc | 81 store_->AddCookie(
|
sqlite_persistent_cookie_store.cc | 68 // AddCookie, UpdateCookieAccessTime, and DeleteCookie. These are flushed to 103 void AddCookie(const net::CanonicalCookie& cc); 908 void SQLitePersistentCookieStore::Backend::AddCookie( [all...] |
/external/chromium_org/chrome/browser/profile_resetter/ |
profile_resetter_browsertest.cc | 32 void AddCookie(const std::string& host, const std::string& definition); 76 void RemoveCookieTester::AddCookie(const std::string& host, 166 tester.AddCookie(kCookieHostname, kCookieDefinition);
|
/external/chromium_org/net/cookies/ |
cookie_monster_store_test.h | 90 virtual void AddCookie(const CanonicalCookie& cookie) OVERRIDE; 169 virtual void AddCookie(const CanonicalCookie& cookie) OVERRIDE;
|
cookie_monster_store_test.cc | 64 void MockPersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { 171 void MockSimplePersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { 221 store->AddCookie(cc);
|
cookie_monster.h | [all...] |
cookie_monster.cc | [all...] |
cookie_monster_unittest.cc | 50 MOCK_METHOD1(AddCookie, void(const CanonicalCookie& cc)); [all...] |
/external/chromium_org/chrome/browser/browsing_data/ |
browsing_data_cookie_helper.h | 154 void AddCookie(const GURL& frame_url,
|
browsing_data_cookie_helper.cc | 118 AddCookie(frame_url, *add_cookie); 130 AddCookie(frame_url, *cookie); 206 void CannedBrowsingDataCookieHelper::AddCookie(
|
browsing_data_remover_unittest.cc | 238 void AddCookie() { 908 tester.AddCookie(); 922 tester.AddCookie(); [all...] |
/external/chromium_org/content/browser/ |
storage_partition_impl_unittest.cc | 118 void AddCookie() { 798 tester.AddCookie(); 818 tester.AddCookie(); [all...] |
/external/chromium_org/chrome/test/chromedriver/client/ |
chromedriver.py | 285 def AddCookie(self, cookie):
|