Searched defs:decideDestinationWithSuggestedFilename (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
H A DWebDownloadClient.cpp77 String WebDownloadClient::decideDestinationWithSuggestedFilename(WebContext* webContext, DownloadProxy* downloadProxy, const String& filename, bool& allowOverwrite) function in class:WebKit::WebDownloadClient
79 if (!m_client.decideDestinationWithSuggestedFilename)
82 WKRetainPtr<WKStringRef> destination(AdoptWK, m_client.decideDestinationWithSuggestedFilename(toAPI(webContext), toAPI(downloadProxy), toAPI(filename.impl()), &allowOverwrite, m_client.clientInfo));
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp129 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle) function in class:WebKit::DownloadProxy
134 destination = m_webContext->downloadClient().decideDestinationWithSuggestedFilename(m_webContext, this, filename, allowOverwrite);
/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.cpp114 String Download::decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite) function in class:WebKit::Download
/external/webkit/Source/WebKit/win/
H A DDefaultDownloadDelegate.cpp107 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownload *download, BSTR filename) function in class:DefaultDownloadDelegate
109 LOG(Download, "DefaultDownloadDelegate %p - decideDestinationWithSuggestedFilename %s", download, String(filename, SysStringLen(filename)).ascii().data());
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.h93 WKContextDownloadDecideDestinationWithSuggestedFilenameCallback decideDestinationWithSuggestedFilename; member in struct:WKContextDownloadClient

Completed in 98 milliseconds