Home
last modified time | relevance | path

Searched defs:AddCookie (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/cookies/
Dcookie_monster_store_test.cc77 void MockPersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { in AddCookie() function in net::MockPersistentCookieStore
167 void MockSimplePersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { in AddCookie() function in net::MockSimplePersistentCookieStore
Dcookie_store_test_helpers.cc232 void FlushablePersistentStore::AddCookie(const CanonicalCookie&) {} in AddCookie() function in net::FlushablePersistentStore
/external/cronet/net/extras/sqlite/
Dsqlite_persistent_cookie_store.cc1426 void SQLitePersistentCookieStore::Backend::AddCookie( in AddCookie() function in net::SQLitePersistentCookieStore::Backend
1770 void SQLitePersistentCookieStore::AddCookie(const CanonicalCookie& cc) { in AddCookie() function in net::SQLitePersistentCookieStore
Dsqlite_persistent_cookie_store_unittest.cc182 void AddCookie(const std::string& name, in AddCookie() function in net::SQLitePersistentCookieStoreTest
/external/cronet/net/http/
Dhttp_response_headers.cc418 void HttpResponseHeaders::AddCookie(const std::string& cookie_string) { in AddCookie() function in net::HttpResponseHeaders