OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decideDestinationWithSuggestedFilename
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/
WebDownloadClient.cpp
77
String WebDownloadClient::
decideDestinationWithSuggestedFilename
(WebContext* webContext, DownloadProxy* downloadProxy, const String& filename, bool& allowOverwrite)
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/WebProcess/Downloads/
Download.cpp
104
if (!sendSync(Messages::DownloadProxy::
DecideDestinationWithSuggestedFilename
(filename), Messages::DownloadProxy::
DecideDestinationWithSuggestedFilename
::Reply(destination, allowOverwrite, sandboxExtensionHandle)))
114
String Download::
decideDestinationWithSuggestedFilename
(const String& filename, bool& allowOverwrite)
/external/webkit/Source/WebKit2/UIProcess/Downloads/
DownloadProxy.cpp
129
void DownloadProxy::
decideDestinationWithSuggestedFilename
(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle)
134
destination = m_webContext->downloadClient().
decideDestinationWithSuggestedFilename
(m_webContext, this, filename, allowOverwrite);
/external/webkit/Source/WebKit/win/
DefaultDownloadDelegate.cpp
107
HRESULT STDMETHODCALLTYPE DefaultDownloadDelegate::
decideDestinationWithSuggestedFilename
(IWebDownload *download, BSTR filename)
109
LOG(Download, "DefaultDownloadDelegate %p -
decideDestinationWithSuggestedFilename
%s", download, String(filename, SysStringLen(filename)).ascii().data());
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKContext.h
93
WKContextDownloadDecideDestinationWithSuggestedFilenameCallback
decideDestinationWithSuggestedFilename
;
/prebuilt/darwin-x86/swt/
swt.jar
Completed in 728 milliseconds