Searched refs:DeleteCookieAsync (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/net/cookies/ |
D | cookie_store.h | 60 virtual void DeleteCookieAsync(const GURL& url,
|
D | cookie_store_test_helpers.h | 47 virtual void DeleteCookieAsync(const GURL& url,
|
D | cookie_store_test_helpers.cc | 103 void DelayedCookieMonster::DeleteCookieAsync(const GURL& url, in DeleteCookieAsync() function in net::DelayedCookieMonster
|
D | cookie_monster.h | 270 virtual void DeleteCookieAsync(
|
D | cookie_store_unittest.h | 156 cs->DeleteCookieAsync( in DeleteCookie() 1030 cs->DeleteCookieAsync( in DeleteCookieTask()
|
D | cookie_monster.cc | 1016 void CookieMonster::DeleteCookieAsync(const GURL& url, in DeleteCookieAsync() function in net::CookieMonster
|
D | cookie_monster_unittest.cc | 696 cookie_monster->DeleteCookieAsync(url, name, callback->AsCallback()); in ACTION_P4()
|
/external/chromium_org/chrome/browser/automation/ |
D | automation_util.cc | 146 DeleteCookieAsync(url, name, in DeleteCookieOnIOThread()
|
/external/chromium_org/chrome/browser/extensions/api/cookies/ |
D | cookies_api.cc | 490 cookie_store->DeleteCookieAsync( in RemoveCookieOnIOThread()
|
/external/chromium_org/net/websockets/ |
D | websocket_job_test.cc | 206 virtual void DeleteCookieAsync(const GURL& url, in DeleteCookieAsync() function in net::__anon76957a480111::MockCookieStore
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_message_filter.cc | 647 context->cookie_store()->DeleteCookieAsync(url, cookie_name, base::Closure()); in OnDeleteCookie()
|