Home | History | Annotate | Download | only in browsing_data

Lines Matching refs:cookies

14 #include "net/cookies/cookie_monster.h"
38 const base::Callback<void(const net::CookieList& cookies)>& callback);
53 // Fetch the cookies. This must be called in the IO thread.
57 void OnFetchComplete(const net::CookieList& cookies);
60 void NotifyInUIThread(const net::CookieList& cookies);
74 base::Callback<void(const net::CookieList& cookies)> completion_callback_;
82 // cookies that are sent to a server via the AddReadCookies method and cookies
85 // Cookies are distinguished by the tuple cookie name (called cookie-name in
88 // 5.3). Cookies with same tuple (cookie-name, cookie-domain, cookie-path,
90 // cookies.
100 // everytime we instantiate a cookies tree model for it.
103 // Adds the cookies from |cookie_list|. Current cookies that have the same
105 // cookies are replaced by the passed cookies.
119 // cookie domain attribute are host only cookies.
126 // Clears the list of canned cookies.
137 // Returns the number of stored cookies.