Searched refs:allowOverwrite (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Downloads/
H A DDownload.cpp100 String Download::retrieveDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite) argument
104 if (!sendSync(Messages::DownloadProxy::DecideDestinationWithSuggestedFilename(filename), Messages::DownloadProxy::DecideDestinationWithSuggestedFilename::Reply(destination, allowOverwrite, sandboxExtensionHandle)))
114 String Download::decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite) argument
116 String destination = retrieveDestinationWithSuggestedFilename(filename, allowOverwrite);
118 didDecideDestination(destination, allowOverwrite);
H A DDownload.h83 String decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite);
89 void didDecideDestination(const String&, bool allowOverwrite);
105 String retrieveDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite);
/external/webkit/Source/WebKit2/WebProcess/Downloads/curl/
H A DDownloadCurl.cpp56 void Download::didDecideDestination(const String& destination, bool allowOverwrite) argument
/external/webkit/Source/WebKit2/WebProcess/Downloads/qt/
H A DDownloadQt.cpp55 void Download::didDecideDestination(const String& destination, bool allowOverwrite) argument
/external/webkit/Source/WebKit2/WebProcess/Downloads/soup/
H A DDownloadSoup.cpp56 void Download::didDecideDestination(const String& destination, bool allowOverwrite) argument
/external/webkit/Source/WebKit2/UIProcess/
H A DWebDownloadClient.h51 String decideDestinationWithSuggestedFilename(WebContext*, DownloadProxy*, const String& filename, bool& allowOverwrite);
H A DWebDownloadClient.cpp77 String WebDownloadClient::decideDestinationWithSuggestedFilename(WebContext* webContext, DownloadProxy* downloadProxy, const String& filename, bool& allowOverwrite) argument
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/cfnet/
H A DDownloadCFNet.cpp124 void Download::didDecideDestination(const String& destination, bool allowOverwrite) argument
130 m_allowOverwrite = allowOverwrite;
136 CFURLDownloadSetDestination(m_download.get(), bundlePathURL.get(), allowOverwrite);
187 bool allowOverwrite; local
188 download->decideDestinationWithSuggestedFilename(objectName, allowOverwrite);
/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp129 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle) argument
134 destination = m_webContext->downloadClient().decideDestinationWithSuggestedFilename(m_webContext, this, filename, allowOverwrite);
H A DDownloadProxy.h77 void decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle);
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/
H A DDownloadMac.mm173 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
279 bool allowOverwrite;
281 destination = _download->decideDestinationWithSuggestedFilename(filename, allowOverwrite);
284 [download setDestination:destination allowOverwrite:allowOverwrite];
/external/webkit/Source/WebKit/win/
H A DWebDownloadCurl.cpp121 /* [in] */ BOOL allowOverwrite)
119 setDestination( BSTR path, BOOL allowOverwrite) argument
H A DWebDownload.h96 /* [in] */ BOOL allowOverwrite);
H A DWebDownloadCFNet.cpp284 /* [in] */ BOOL allowOverwrite)
293 CFURLDownloadSetDestination(m_download.get(), pathURL, !!allowOverwrite);
282 setDestination( BSTR path, BOOL allowOverwrite) argument
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebDownload.idl114 - (void)setDestination:(NSString *)path allowOverwrite:(BOOL)allowOverwrite
116 HRESULT setDestination([in] BSTR path, [in] BOOL allowOverwrite);
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKContext.h78 typedef WKStringRef (*WKContextDownloadDecideDestinationWithSuggestedFilenameCallback)(WKContextRef context, WKDownloadRef download, WKStringRef filename, bool* allowOverwrite, const void *clientInfo);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 207 milliseconds