Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/cookies/
H A 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
H A Dcookie_store_test_helpers.cc233 void FlushablePersistentStore::AddCookie(const CanonicalCookie&) {} in AddCookie() function in net::FlushablePersistentStore
/aosp_15_r20/external/cronet/net/extras/sqlite/
H A Dsqlite_persistent_cookie_store.cc1336 void SQLitePersistentCookieStore::Backend::AddCookie( in AddCookie() function in net::SQLitePersistentCookieStore::Backend
1702 void SQLitePersistentCookieStore::AddCookie(const CanonicalCookie& cc) { in AddCookie() function in net::SQLitePersistentCookieStore
H A Dsqlite_persistent_cookie_store_unittest.cc261 void AddCookie(const std::string& name, in AddCookie() function in net::SQLitePersistentCookieStoreTest
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Drequest.go473 func (r *Request) AddCookie(c *Cookie) { func
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_headers.cc569 void HttpResponseHeaders::AddCookie(const std::string& cookie_string) { in AddCookie() function in net::HttpResponseHeaders