Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.cpp114 String Download::decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrit… in decideDestinationWithSuggestedFilename() function in WebKit::Download
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp129 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destinat… in decideDestinationWithSuggestedFilename() function in WebKit::DownloadProxy
/external/webkit/Source/WebKit2/UIProcess/
DWebDownloadClient.cpp77 String WebDownloadClient::decideDestinationWithSuggestedFilename(WebContext* webContext, DownloadPr… in decideDestinationWithSuggestedFilename() function in WebKit::WebDownloadClient
/external/webkit/Source/WebKit/win/
DDefaultDownloadDelegate.cpp107 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownl… in decideDestinationWithSuggestedFilename() function in DefaultDownloadDelegate
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.h93 …tDownloadDecideDestinationWithSuggestedFilenameCallback decideDestinationWithSuggestedFilename; member