Home
last modified time | relevance | path

Searched refs:ValidateDangerousDownload (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/content/public/test/
Dmock_download_item.h38 MOCK_METHOD0(ValidateDangerousDownload, void());
Ddownload_test_observer.cc229 download->ValidateDangerousDownload(); in AcceptDangerousDownload()
/external/chromium_org/content/public/browser/
Ddownload_item.h113 virtual void ValidateDangerousDownload() = 0;
/external/chromium_org/chrome/browser/download/
Ddownload_shelf_context_menu.cc197 download_item_->ValidateDangerousDownload(); in ExecuteCommand()
Ddownload_browsertest.cc1884 downloads[0]->ValidateDangerousDownload(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/content/browser/download/
Ddownload_item_impl.h96 virtual void ValidateDangerousDownload() OVERRIDE;
Ddownload_item_impl_unittest.cc589 unsafeurl_item->ValidateDangerousDownload(); in TEST_F()
601 unsafefile_item->ValidateDangerousDownload(); in TEST_F()
1178 item->ValidateDangerousDownload(); in TEST_F()
Ddownload_manager_impl_unittest.cc105 MOCK_METHOD0(ValidateDangerousDownload, void());
Ddownload_item_impl.cc304 void DownloadItemImpl::ValidateDangerousDownload() { in ValidateDangerousDownload() function in content::DownloadItemImpl
/external/chromium_org/content/browser/android/
Ddownload_controller_android_impl.cc400 item->ValidateDangerousDownload(); in DangerousDownloadValidated()
/external/chromium_org/chrome/browser/ui/webui/
Ddownloads_dom_handler.cc554 item->ValidateDangerousDownload(); in DangerPromptDone()
/external/chromium_org/chrome/browser/ui/cocoa/download/
Ddownload_item_controller.mm355 bridge_->download_model()->download()->ValidateDangerousDownload();
/external/chromium_org/chrome/browser/ui/views/download/
Ddownload_item_view.cc568 download()->ValidateDangerousDownload(); in ButtonPressed()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.cc1341 download_item->ValidateDangerousDownload(); in DangerPromptCallback()
Ddownloads_api_browsertest.cc2681 item->ValidateDangerousDownload(); in IN_PROC_BROWSER_TEST_F()