HomeSort by relevance Sort by last modified time
    Searched refs:AddCookie (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 117 void AddCookie(const std::string& name,
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(name, value, "foo.bar", "/", t)
    [all...]
sqlite_persistent_cookie_store.h 58 virtual void AddCookie(const net::CanonicalCookie& cc) OVERRIDE;
sqlite_persistent_cookie_store_perftest.cc 80 store_->AddCookie(
sqlite_persistent_cookie_store.cc 66 // AddCookie, UpdateCookieAccessTime, and DeleteCookie. These are flushed to
99 void AddCookie(const net::CanonicalCookie& cc);
862 void SQLitePersistentCookieStore::Backend::AddCookie(
    [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.h 37 virtual void AddCookie(const net::CookieMonster::CanonicalCookie& cc);
sqlite_persistent_cookie_store_unittest.cc 36 store_->AddCookie(
130 store_->AddCookie(
sqlite_persistent_cookie_store.cc 71 void AddCookie(const net::CookieMonster::CanonicalCookie& cc);
359 void SQLitePersistentCookieStore::Backend::AddCookie(
613 void SQLitePersistentCookieStore::AddCookie(
616 backend_->AddCookie(cc);
  /external/chromium/net/base/
cookie_monster_store_test.h 57 virtual void AddCookie(const CookieMonster::CanonicalCookie& cookie);
123 virtual void AddCookie(
cookie_monster_store_test.cc 36 void MockPersistentCookieStore::AddCookie(
118 void MockSimplePersistentCookieStore::AddCookie(
170 store->AddCookie(cc);
cookie_monster.h     [all...]
cookie_monster.cc     [all...]
cookie_monster_unittest.cc     [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;
167 virtual void AddCookie(const CanonicalCookie& cookie) OVERRIDE;
cookie_monster_store_test.cc 64 void MockPersistentCookieStore::AddCookie(const CanonicalCookie& cookie) {
169 void MockSimplePersistentCookieStore::AddCookie(const CanonicalCookie& cookie) {
219 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 157 void AddCookie(const GURL& frame_url,
browsing_data_cookie_helper.cc 132 AddCookie(frame_url, *add_cookie);
144 AddCookie(frame_url, *cookie);
219 void CannedBrowsingDataCookieHelper::AddCookie(
browsing_data_remover_unittest.cc 187 void AddCookie() {
662 tester.AddCookie();
676 tester.AddCookie();
691 tester.AddCookie();
705 tester.AddCookie();
    [all...]
  /external/chromium_org/chrome/test/chromedriver/client/
chromedriver.py 223 def AddCookie(self, cookie):

Completed in 517 milliseconds