Home | History | Annotate | Download | only in win

Lines Matching refs:downloadDelegate

1686     COMPtr<IWebDownloadDelegate> downloadDelegate;
1689 if (FAILED(webView->downloadDelegate(&downloadDelegate))) {
1692 LOG_ERROR("Failed to get downloadDelegate from WebView");
1693 downloadDelegate = 0;
1700 download.adoptRef(WebDownload::createInstance(handle, request, response, downloadDelegate.get()));