HomeSort by relevance Sort by last modified time
    Searched defs:CanDownload (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_permission_helper_delegate.h 23 virtual void CanDownload(
web_view_permission_helper.cc 236 void WebViewPermissionHelper::CanDownload(
241 web_view_permission_helper_delegate_->CanDownload(
web_view_guest.cc 837 void WebViewGuest::CanDownload(
842 web_view_permission_helper_->CanDownload(render_view_host,
    [all...]
  /external/chromium_org/android_webview/native/
aw_web_contents_delegate.cc 78 void AwWebContentsDelegate::CanDownload(
  /external/chromium_org/chrome/browser/guest_view/web_view/
chrome_web_view_permission_helper_delegate.cc 124 void ChromeWebViewPermissionHelperDelegate::CanDownload(
  /external/chromium_org/content/public/browser/
web_contents_delegate.cc 74 void WebContentsDelegate::CanDownload(
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 292 base::Bind(&DownloadRequestLimiter::CanDownload, this,
316 void DownloadRequestLimiter::CanDownload(int render_process_host_id,
347 originating_contents->GetDelegate()->CanDownload(
download_request_limiter_unittest.cc 123 void CanDownload() {
230 CanDownload();
238 CanDownload();
246 CanDownload();
259 CanDownload();
265 CanDownload();
273 CanDownload();
290 CanDownload();
296 CanDownload();
304 CanDownload();
    [all...]

Completed in 384 milliseconds