Home
last modified time | relevance | path

Searched refs:decideDestinationWithSuggestedFilename (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/
DWebDownloadClient.cpp77 String WebDownloadClient::decideDestinationWithSuggestedFilename(WebContext* webContext, DownloadPr… in decideDestinationWithSuggestedFilename() function in WebKit::WebDownloadClient
79 if (!m_client.decideDestinationWithSuggestedFilename) in decideDestinationWithSuggestedFilename()
82 …WKRetainPtr<WKStringRef> destination(AdoptWK, m_client.decideDestinationWithSuggestedFilename(toAP… in decideDestinationWithSuggestedFilename()
DWebDownloadClient.h51 …String decideDestinationWithSuggestedFilename(WebContext*, DownloadProxy*, const String& filename,…
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DDownloadProxy.cpp129 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destinat… in decideDestinationWithSuggestedFilename() function in WebKit::DownloadProxy
134 …destination = m_webContext->downloadClient().decideDestinationWithSuggestedFilename(m_webContext, … in decideDestinationWithSuggestedFilename()
DDownloadProxy.h77 …void decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& all…
/external/webkit/Source/WebKit/mac/Misc/
DWebDownload.mm91 selector == @selector(download:decideDestinationWithSuggestedFilename:) ||
160 - (void)download:(NSURLDownload *)download decideDestinationWithSuggestedFilename:(NSString *)filen…
162 [realDelegate download:download decideDestinationWithSuggestedFilename:filename];
/external/webkit/Source/WebKit/win/
DDefaultDownloadDelegate.h50 …virtual HRESULT STDMETHODCALLTYPE decideDestinationWithSuggestedFilename(IWebDownload *download, B…
DDefaultDownloadDelegate.cpp107 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownl… in decideDestinationWithSuggestedFilename() function in DefaultDownloadDelegate
DWebDownloadCFNet.cpp441 if (FAILED(m_delegate->decideDestinationWithSuggestedFilename(this, BString(name)))) in decideDestinationWithSuggestedObjectName()
481 if (FAILED(m_delegate->decideDestinationWithSuggestedFilename(this, destinationBSTR))) in didFinish()
DChangeLog-2009-06-1613432 (DefaultDownloadDelegate::decideDestinationWithSuggestedFilename):
14082 (DefaultDownloadDelegate::decideDestinationWithSuggestedFilename):
17422 (DefaultDownloadDelegate::decideDestinationWithSuggestedFilename):
/external/webkit/Source/WebKit2/WebProcess/Downloads/
DDownload.h83 String decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite);
DDownload.cpp114 String Download::decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrit… in decideDestinationWithSuggestedFilename() function in WebKit::Download
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.h93 …tDownloadDecideDestinationWithSuggestedFilenameCallback decideDestinationWithSuggestedFilename; member
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
DDownloadMac.mm276 - (void)download:(NSURLDownload *)download decideDestinationWithSuggestedFilename:(NSString *)filen…
281 destination = _download->decideDestinationWithSuggestedFilename(filename, allowOverwrite);
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/
DDownloadCFNet.cpp188 download->decideDestinationWithSuggestedFilename(objectName, allowOverwrite); in decideDestinationWithSuggestedObjectNameCallback()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDownload.idl135 HRESULT decideDestinationWithSuggestedFilename([in] IWebDownload* download, [in] BSTR filename);
/external/webkit/Source/WebKit/mac/
DWebKit.order1832 -[WebDownloadInternal download:decideDestinationWithSuggestedFilename:]
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-163160 (WebKit::Download::decideDestinationWithSuggestedFilename):
4287 (WebKit::Download::decideDestinationWithSuggestedFilename):
17218 (WebKit::DownloadProxy::decideDestinationWithSuggestedFilename):
17225 (WebKit::Download::decideDestinationWithSuggestedFilename):
18383 (WebKit::DownloadProxy::decideDestinationWithSuggestedFilename):
18394 (WebKit::WebDownloadClient::decideDestinationWithSuggestedFilename):
18402 (WebKit::Download::decideDestinationWithSuggestedFilename):
18409 (-[WKDownloadAsDelegate download:decideDestinationWithSuggestedFilename:]):
18416 Add decideDestinationWithSuggestedFilename WKContextDownloadClient callback
18424 Add decideDestinationWithSuggestedFilename callback.
[all …]