Home | History | Annotate | Download | only in net

Lines Matching refs:AddCookie

68 // AddCookie, UpdateCookieAccessTime, and DeleteCookie. These are flushed to
103 void AddCookie(const net::CanonicalCookie& cc);
908 void SQLitePersistentCookieStore::Backend::AddCookie(
1228 void SQLitePersistentCookieStore::AddCookie(const net::CanonicalCookie& cc) {
1229 backend_->AddCookie(cc);