Searched refs:GetCookieListCallback (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/browsing_data/
H A Dmock_browsing_data_cookie_helper.h22 const net::CookieMonster::GetCookieListCallback &callback) OVERRIDE;
41 net::CookieMonster::GetCookieListCallback callback_;
H A Dbrowsing_data_cookie_helper.h130 const net::CookieMonster::GetCookieListCallback& callback) OVERRIDE;
H A Dmock_browsing_data_cookie_helper.cc21 const net::CookieMonster::GetCookieListCallback &callback) {
H A Dbrowsing_data_cookie_helper.cc162 const net::CookieMonster::GetCookieListCallback& callback) {
/external/chromium_org/net/cookies/
H A Dcookie_store.h32 typedef base::Callback<void(const CookieList& cookies)> GetCookieListCallback; typedef in class:net::CookieStore
63 const GetCookieListCallback& callback) = 0;
H A Dcookie_store_test_helpers.h39 const GetCookieListCallback& callback) OVERRIDE;
H A Dcookie_monster.h153 typedef base::Callback<void(const CookieList& cookies)> GetCookieListCallback; typedef in class:net::CookieMonster
179 void GetAllCookiesAsync(const GetCookieListCallback& callback);
189 const GetCookieListCallback& callback);
260 const GetCookieListCallback& callback) OVERRIDE;
H A Dcookie_store_test_helpers.cc73 const GetCookieListCallback& callback) {
H A Dcookie_monster.cc465 const GetCookieListCallback& callback)
477 GetCookieListCallback callback_;
485 this->InvokeCallback(base::Bind(&GetCookieListCallback::Run,
498 const GetCookieListCallback& callback)
514 GetCookieListCallback callback_;
523 this->InvokeCallback(base::Bind(&GetCookieListCallback::Run,
910 void CookieMonster::GetAllCookiesAsync(const GetCookieListCallback& callback) {
921 const GetCookieListCallback& callback) {
929 const GURL& url, const GetCookieListCallback& callback) {
H A Dcookie_monster_unittest.cc71 class GetCookieListCallback : public CookieCallback { class in namespace:net::__anon9124
73 GetCookieListCallback() {} function in class:net::__anon9124::GetCookieListCallback
74 explicit GetCookieListCallback(Thread* run_in_thread) function in class:net::__anon9124::GetCookieListCallback
115 GetCookieListCallback callback;
117 base::Bind(&GetCookieListCallback::Run,
127 GetCookieListCallback callback;
129 url, base::Bind(&GetCookieListCallback::Run,
140 GetCookieListCallback callback;
142 url, options, base::Bind(&GetCookieListCallback::Run,
664 CookieMonster::GetCookieListCallback> {
[all...]
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.h70 const net::CookieMonster::GetCookieListCallback& callback);
H A Dcookies_helpers.cc109 const net::CookieMonster::GetCookieListCallback& callback) {
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_cookie_store.h64 const GetCookieListCallback& callback) OVERRIDE;
H A Dprerender_cookie_store.cc64 const GetCookieListCallback& callback) {
177 it->url, GetCookieListCallback());
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc209 const GetCookieListCallback& callback) OVERRIDE {

Completed in 128 milliseconds