Searched defs:AddCookie (Results 1 – 5 of 5) 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
232 void FlushablePersistentStore::AddCookie(const CanonicalCookie&) {} in AddCookie() function in net::FlushablePersistentStore
1426 void SQLitePersistentCookieStore::Backend::AddCookie( in AddCookie() function in net::SQLitePersistentCookieStore::Backend1770 void SQLitePersistentCookieStore::AddCookie(const CanonicalCookie& cc) { in AddCookie() function in net::SQLitePersistentCookieStore
182 void AddCookie(const std::string& name, in AddCookie() function in net::SQLitePersistentCookieStoreTest
418 void HttpResponseHeaders::AddCookie(const std::string& cookie_string) { in AddCookie() function in net::HttpResponseHeaders