Home
last modified time | relevance | path

Searched refs:downloadDelegate (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DDownloadController.java71 ContentViewDownloadDelegate downloadDelegate = downloadDelegateFromView(view); in newHttpGetDownload() local
73 if (downloadDelegate != null) { in newHttpGetDownload()
85 downloadDelegate.requestHttpGetDownload(downloadInfo); in newHttpGetDownload()
98 ContentViewDownloadDelegate downloadDelegate = downloadDelegateFromView(view); in onDownloadStarted() local
100 if (downloadDelegate != null) { in onDownloadStarted()
101 downloadDelegate.onDownloadStarted(filename, mimeType); in onDownloadStarted()
160 ContentViewDownloadDelegate downloadDelegate = downloadDelegateFromView(view); in onDangerousDownload() local
161 if (downloadDelegate != null) { in onDangerousDownload()
162 downloadDelegate.onDangerousDownload(filename, downloadId); in onDangerousDownload()
/external/chromium_org/components/storage_monitor/
Dimage_capture_device_manager_unittest.mm89 downloadDelegate:(id<ICCameraDeviceDownloadDelegate>)downloadDelegate
109 [static_cast<NSObject<ICCameraDeviceDownloadDelegate>*>(downloadDelegate)
Dimage_capture_device.mm126 downloadDelegate:self
/external/chromium_org/chrome/browser/media_galleries/mac/
Dmtp_device_delegate_impl_mac_unittest.mm81 downloadDelegate:(id<ICCameraDeviceDownloadDelegate>)downloadDelegate
101 [static_cast<NSObject<ICCameraDeviceDownloadDelegate>*>(downloadDelegate)