/external/webkit/Source/WebKit2/UIProcess/ |
D | WebDownloadClient.cpp | 77 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()
|
D | WebDownloadClient.h | 51 …String decideDestinationWithSuggestedFilename(WebContext*, DownloadProxy*, const String& filename,…
|
/external/webkit/Source/WebKit2/UIProcess/Downloads/ |
D | DownloadProxy.cpp | 129 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destinat… in decideDestinationWithSuggestedFilename() function in WebKit::DownloadProxy 134 …destination = m_webContext->downloadClient().decideDestinationWithSuggestedFilename(m_webContext, … in decideDestinationWithSuggestedFilename()
|
D | DownloadProxy.h | 77 …void decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& all…
|
/external/webkit/Source/WebKit/mac/Misc/ |
D | WebDownload.mm | 91 selector == @selector(download:decideDestinationWithSuggestedFilename:) || 160 - (void)download:(NSURLDownload *)download decideDestinationWithSuggestedFilename:(NSString *)filen… 162 [realDelegate download:download decideDestinationWithSuggestedFilename:filename];
|
/external/webkit/Source/WebKit/win/ |
D | DefaultDownloadDelegate.h | 50 …virtual HRESULT STDMETHODCALLTYPE decideDestinationWithSuggestedFilename(IWebDownload *download, B…
|
D | DefaultDownloadDelegate.cpp | 107 HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::decideDestinationWithSuggestedFilename(IWebDownl… in decideDestinationWithSuggestedFilename() function in DefaultDownloadDelegate
|
D | WebDownloadCFNet.cpp | 441 if (FAILED(m_delegate->decideDestinationWithSuggestedFilename(this, BString(name)))) in decideDestinationWithSuggestedObjectName() 481 if (FAILED(m_delegate->decideDestinationWithSuggestedFilename(this, destinationBSTR))) in didFinish()
|
D | ChangeLog-2009-06-16 | 13432 (DefaultDownloadDelegate::decideDestinationWithSuggestedFilename): 14082 (DefaultDownloadDelegate::decideDestinationWithSuggestedFilename): 17422 (DefaultDownloadDelegate::decideDestinationWithSuggestedFilename):
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/ |
D | Download.h | 83 String decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite);
|
D | Download.cpp | 114 String Download::decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrit… in decideDestinationWithSuggestedFilename() function in WebKit::Download
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKContext.h | 93 …tDownloadDecideDestinationWithSuggestedFilenameCallback decideDestinationWithSuggestedFilename; member
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
D | DownloadMac.mm | 276 - (void)download:(NSURLDownload *)download decideDestinationWithSuggestedFilename:(NSString *)filen… 281 destination = _download->decideDestinationWithSuggestedFilename(filename, allowOverwrite);
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/ |
D | DownloadCFNet.cpp | 188 download->decideDestinationWithSuggestedFilename(objectName, allowOverwrite); in decideDestinationWithSuggestedObjectNameCallback()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebDownload.idl | 135 HRESULT decideDestinationWithSuggestedFilename([in] IWebDownload* download, [in] BSTR filename);
|
/external/webkit/Source/WebKit/mac/ |
D | WebKit.order | 1832 -[WebDownloadInternal download:decideDestinationWithSuggestedFilename:]
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 3160 (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 …]
|