/external/chromium_org/chrome/browser/browsing_data/ |
mock_browsing_data_cookie_helper.cc | 24 void MockBrowsingDataCookieHelper::DeleteCookie(
|
browsing_data_cookie_helper.cc | 52 void BrowsingDataCookieHelper::DeleteCookie(
|
/external/chromium_org/net/cookies/ |
cookie_store_test_helpers.cc | 98 void DelayedCookieMonster::DeleteCookie(const GURL& url,
|
cookie_monster_store_test.cc | 75 void MockPersistentCookieStore::DeleteCookie(const CanonicalCookie& cookie) { 182 void MockSimplePersistentCookieStore::DeleteCookie(
|
cookie_store_unittest.h | 151 void DeleteCookie(CookieStore* cs, [all...] |
cookie_monster.cc | 805 // Task class for DeleteCookie call. 831 this->cookie_monster()->DeleteCookie(url_, cookie_name_); [all...] |
/external/chromium/net/base/ |
cookie_monster_store_test.cc | 48 void MockPersistentCookieStore::DeleteCookie( 132 void MockSimplePersistentCookieStore::DeleteCookie(
|
cookie_monster_unittest.cc | [all...] |
/external/chromium_org/chrome/test/chromedriver/chrome/ |
stub_web_view.cc | 92 Status StubWebView::DeleteCookie(const std::string& name,
|
web_view_impl.cc | 319 Status WebViewImpl::DeleteCookie(const std::string& name, 324 return client_->SendCommand("Page.deleteCookie", params);
|
/external/chromium/chrome/browser/automation/ |
automation_util.cc | 85 DeleteCookie(url, name); 161 void DeleteCookie(const GURL& url,
|
automation_resource_message_filter.cc | 66 virtual void DeleteCookie(const GURL& url,
|
testing_automation_provider.cc | 234 IPC_MESSAGE_HANDLER(AutomationMsg_DeleteCookie, DeleteCookie) 530 void TestingAutomationProvider::DeleteCookie(const GURL& url, 535 automation_util::DeleteCookie(url, cookie_name, contents, success); [all...] |
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store.cc | 77 void DeleteCookie(const net::CookieMonster::CanonicalCookie& cc); 369 void SQLitePersistentCookieStore::Backend::DeleteCookie( 625 void SQLitePersistentCookieStore::DeleteCookie( 628 backend_->DeleteCookie(cc);
|
/external/chromium_org/chrome/browser/automation/ |
automation_util.cc | 263 void DeleteCookie(const GURL& url,
|
/external/chromium/net/websockets/ |
websocket_job_unittest.cc | 113 virtual void DeleteCookie(const GURL& url,
|
/external/chromium_org/chrome/test/chromedriver/client/ |
chromedriver.py | 259 def DeleteCookie(self, name):
|
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store.cc | 66 // AddCookie, UpdateCookieAccessTime, and DeleteCookie. These are flushed to 107 void DeleteCookie(const net::CanonicalCookie& cc); 914 void SQLitePersistentCookieStore::Backend::DeleteCookie( [all...] |
/external/chromium_org/chrome/test/pyautolib/ |
pyauto.py | [all...] |