Searched defs:AddCookie (Results 1 – 6 of 6) sorted by relevance
77 void MockPersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { in AddCookie() function in net::MockPersistentCookieStore167 void MockSimplePersistentCookieStore::AddCookie(const CanonicalCookie& cookie) { in AddCookie() function in net::MockSimplePersistentCookieStore
233 void FlushablePersistentStore::AddCookie(const CanonicalCookie&) {} in AddCookie() function in net::FlushablePersistentStore
1336 void SQLitePersistentCookieStore::Backend::AddCookie( in AddCookie() function in net::SQLitePersistentCookieStore::Backend1702 void SQLitePersistentCookieStore::AddCookie(const CanonicalCookie& cc) { in AddCookie() function in net::SQLitePersistentCookieStore
261 void AddCookie(const std::string& name, in AddCookie() function in net::SQLitePersistentCookieStoreTest
473 func (r *Request) AddCookie(c *Cookie) { func
569 void HttpResponseHeaders::AddCookie(const std::string& cookie_string) { in AddCookie() function in net::HttpResponseHeaders