Home | History | Annotate | Download | only in net

Lines Matching refs:AddCookie

66 // AddCookie, UpdateCookieAccessTime, and DeleteCookie. These are flushed to
99 void AddCookie(const net::CanonicalCookie& cc);
862 void SQLitePersistentCookieStore::Backend::AddCookie(
1170 void SQLitePersistentCookieStore::AddCookie(const net::CanonicalCookie& cc) {
1171 backend_->AddCookie(cc);