Searched refs:didCreateDestination (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/qt/
H A DQtDownloadManager.h43 static void didCreateDestination(WKContextRef, WKDownloadRef, WKStringRef path, const void* clientInfo);
H A DQtDownloadManager.cpp48 downloadClient.didCreateDestination = didCreateDestination;
79 void QtDownloadManager::didCreateDestination(WKContextRef, WKDownloadRef download, WKStringRef path, const void* clientInfo) function in class:WebKit::QtDownloadManager
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebDownloadClient.cpp86 void WebDownloadClient::didCreateDestination(WebContext* webContext, DownloadProxy* downloadProxy, const String& path) function in class:WebKit::WebDownloadClient
88 if (!m_client.didCreateDestination)
91 m_client.didCreateDestination(toAPI(webContext), toAPI(downloadProxy), toAPI(path.impl()), m_client.clientInfo);
H A DWebDownloadClient.h52 void didCreateDestination(WebContext*, DownloadProxy*, const String& path);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DDownloadManagerEfl.cpp70 void DownloadManagerEfl::didCreateDestination(WKContextRef, WKDownloadRef wkDownload, WKStringRef /*path*/, const void* clientInfo) function in class:WebKit::DownloadManagerEfl
130 wkDownloadClient.didCreateDestination = didCreateDestination;
H A DDownloadManagerEfl.h56 static void didCreateDestination(WKContextRef, WKDownloadRef, WKStringRef path, const void* clientInfo);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitDownloadClient.cpp65 static void didCreateDestination(WKContextRef, WKDownloadRef wkDownload, WKStringRef path, const void* clientInfo) function
107 didCreateDestination,
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Downloads/
H A DDownloadProxy.cpp155 void DownloadProxy::didCreateDestination(const String& path) function in class:WebKit::DownloadProxy
160 m_webContext->downloadClient().didCreateDestination(m_webContext.get(), this, path);
H A DDownloadProxy.h84 void didCreateDestination(const String& path);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDefaultDownloadDelegate.h52 virtual HRESULT STDMETHODCALLTYPE didCreateDestination(IWebDownload* download, BSTR destination);
H A DWebDownloadCFNet.cpp445 void WebDownload::didCreateDestination(CFURLRef destination) function in class:WebDownload
460 if (FAILED(m_delegate->didCreateDestination(this, path)))
461 LOG_ERROR("DownloadDelegate->didCreateDestination failed");
493 m_delegate->didCreateDestination(this, bundleBSTR);
496 m_delegate->didCreateDestination(this, finalDestinationBSTR);
541 { ((WebDownload*)clientInfo)->didCreateDestination(path); }
H A DWebDownload.h126 void didCreateDestination(CFURLRef);
H A DDefaultDownloadDelegate.cpp149 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::didCreateDestination(IWebDownload* download, BSTR destination) function in class:DefaultDownloadDelegate
151 LOG(Download, "DefaultDownloadDelegate %p - didCreateDestination %s", download, String(destination, SysStringLen(destination)).ascii().data());
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebDownload.mm107 selector == @selector(download:didCreateDestination:) ||
180 - (void)download:(NSURLDownload *)download didCreateDestination:(NSString *)path
182 [realDelegate download:download didCreateDestination:path];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownload.cpp122 void Download::didCreateDestination(const String& path) function in class:WebKit::Download
H A DDownload.h91 void didCreateDestination(const String& path);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm243 - (void)download:(NSURLDownload *)download didCreateDestination:(NSString *)path
247 _download->didCreateDestination(path);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDownload.idl139 HRESULT didCreateDestination([in] IWebDownload* download, [in] BSTR destination);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/qt/
H A DQtFileDownloader.cpp116 m_download->didCreateDestination(m_destinationFile->fileName());
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp234 download->didCreateDestination(download->destination());
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/soup/
H A DDownloadSoup.cpp110 m_download->didCreateDestination(destinationURI);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKContext.h122 WKContextDownloadDidCreateDestinationCallback didCreateDestination; member in struct:WKContextDownloadClient

Completed in 109 milliseconds