HomeSort by relevance Sort by last modified time
    Searched refs:GetCookieListCallback (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_cookie_helper.h 22 const net::CookieMonster::GetCookieListCallback &callback) OVERRIDE;
41 net::CookieMonster::GetCookieListCallback callback_;
browsing_data_cookie_helper.h 130 const net::CookieMonster::GetCookieListCallback& callback) OVERRIDE;
mock_browsing_data_cookie_helper.cc 21 const net::CookieMonster::GetCookieListCallback &callback) {
browsing_data_cookie_helper.cc 162 const net::CookieMonster::GetCookieListCallback& callback) {
  /external/chromium_org/net/cookies/
cookie_store.h 32 typedef base::Callback<void(const CookieList& cookies)> GetCookieListCallback;
63 const GetCookieListCallback& callback) = 0;
cookie_store_test_helpers.h 39 const GetCookieListCallback& callback) OVERRIDE;
cookie_monster.h 153 typedef base::Callback<void(const CookieList& cookies)> GetCookieListCallback;
179 void GetAllCookiesAsync(const GetCookieListCallback& callback);
189 const GetCookieListCallback& callback);
260 const GetCookieListCallback& callback) OVERRIDE;
    [all...]
cookie_store_test_helpers.cc 73 const GetCookieListCallback& callback) {
cookie_monster.cc 465 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) {
    [all...]
cookie_monster_unittest.cc 71 class GetCookieListCallback : public CookieCallback {
73 GetCookieListCallback() {}
74 explicit GetCookieListCallback(Thread* run_in_thread)
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/
cookies_helpers.h 70 const net::CookieMonster::GetCookieListCallback& callback);
cookies_helpers.cc 109 const net::CookieMonster::GetCookieListCallback& callback) {
  /external/chromium_org/chrome/browser/prerender/
prerender_cookie_store.h 64 const GetCookieListCallback& callback) OVERRIDE;
prerender_cookie_store.cc 64 const GetCookieListCallback& callback) {
177 it->url, GetCookieListCallback());
  /external/chromium_org/net/websockets/
websocket_job_test.cc 209 const GetCookieListCallback& callback) OVERRIDE {
    [all...]

Completed in 657 milliseconds