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

/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/
H A DDownload.cpp99 String Download::retrieveDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite) argument
103 if (!sendSync(Messages::DownloadProxy::DecideDestinationWithSuggestedFilename(filename), Messages::DownloadProxy::DecideDestinationWithSuggestedFilename::Reply(destination, allowOverwrite, sandboxExtensionHandle)))
113 String Download::decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite) argument
115 String destination = retrieveDestinationWithSuggestedFilename(filename, allowOverwrite);
117 didDecideDestination(destination, allowOverwrite);
H A DDownload.h90 String decideDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite);
96 void didDecideDestination(const String&, bool allowOverwrite);
125 String retrieveDestinationWithSuggestedFilename(const String& filename, bool& allowOverwrite);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/curl/
H A DDownloadCurl.cpp56 void Download::didDecideDestination(const String& destination, bool allowOverwrite) argument
/macosx-10.9.5/WebKit2-7537.78.2/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));
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/mac/
H A DDownloadMac.mm103 void Download::didDecideDestination(const String& destination, bool allowOverwrite)
234 bool allowOverwrite;
236 destination = _download->decideDestinationWithSuggestedFilename(filename, allowOverwrite);
239 [download setDestination:destination allowOverwrite:allowOverwrite];
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/cfnet/
H A DDownloadCFNet.cpp161 void Download::didDecideDestination(const String& destination, bool allowOverwrite) argument
167 m_allowOverwrite = allowOverwrite;
173 CFURLDownloadSetDestination(m_download.get(), bundlePathURL.get(), allowOverwrite);
224 bool allowOverwrite; local
225 download->decideDestinationWithSuggestedFilename(objectName, allowOverwrite);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Downloads/qt/
H A DDownloadQt.cpp72 void Download::didDecideDestination(const String& destination, bool allowOverwrite) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DDownloadManagerEfl.h54 static WKStringRef decideDestinationWithSuggestedFilename(WKContextRef, WKDownloadRef, WKStringRef filename, bool* allowOverwrite, const void* clientInfo);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/Downloads/
H A DDownloadProxy.cpp144 void DownloadProxy::decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle) argument
149 destination = m_webContext->downloadClient().decideDestinationWithSuggestedFilename(m_webContext.get(), this, filename, allowOverwrite);
H A DDownloadProxy.h83 void decideDestinationWithSuggestedFilename(const String& filename, String& destination, bool& allowOverwrite, SandboxExtension::Handle& sandboxExtensionHandle);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitDownloadClient.cpp57 static WKStringRef decideDestinationWithSuggestedFilename(WKContextRef, WKDownloadRef wkDownload, WKStringRef filename, bool* allowOverwrite, const void* clientInfo) argument
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebDownload.idl114 - (void)setDestination:(NSString *)path allowOverwrite:(BOOL)allowOverwrite
116 HRESULT setDestination([in] BSTR path, [in] BOOL allowOverwrite);
/macosx-10.9.5/WebCore-7537.78.1/platform/network/blackberry/
H A DNetworkJob.h157 void updateCurrentWebChallenge(const AuthenticationChallenge&, bool allowOverwrite = true);
H A DNetworkJob.cpp862 updateCurrentWebChallenge(AuthenticationChallenge(protectionSpace, credential, 0, m_response, ResourceError()), /* allowOverwrite */ false);
1053 updateCurrentWebChallenge(AuthenticationChallenge(protectionSpace, credential, 0, m_response, ResourceError()), /* allowOverwrite */ false);
1074 void NetworkJob::updateCurrentWebChallenge(const AuthenticationChallenge& challenge, bool allowOverwrite) argument
1076 if (allowOverwrite || !m_handle->getInternal()->m_currentWebChallenge.hasCredentials())
1079 if (allowOverwrite || !m_handle->getInternal()->m_proxyWebChallenge.hasCredentials())
1082 if (allowOverwrite || !m_handle->getInternal()->m_hostWebChallenge.hasCredentials())
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDownload.h103 /* [in] */ BOOL allowOverwrite);
H A DWebDownloadCurl.cpp129 /* [in] */ BOOL allowOverwrite)
127 setDestination( BSTR path, BOOL allowOverwrite) argument
H A DWebDownloadCFNet.cpp284 /* [in] */ BOOL allowOverwrite)
293 CFURLDownloadSetDestination(m_download.get(), pathURL, !!allowOverwrite);
282 setDestination( BSTR path, BOOL allowOverwrite) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKContext.h106 typedef WKStringRef (*WKContextDownloadDecideDestinationWithSuggestedFilenameCallback)(WKContextRef context, WKDownloadRef download, WKStringRef filename, bool* allowOverwrite, const void *clientInfo);
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclNamesp.c1095 Tcl_Import(interp, namespacePtr, pattern, allowOverwrite)
1104 int allowOverwrite; /* If nonzero, allow existing commands to
1236 if ((found == NULL) || allowOverwrite) {
3327 int allowOverwrite = 0;
3346 allowOverwrite = 1;
3358 allowOverwrite);
3295 int allowOverwrite = 0; local
H A DtclIntDecls.h379 int allowOverwrite));
691 int (*tcl_Import) _ANSI_ARGS_((Tcl_Interp * interp, Tcl_Namespace * nsPtr, CONST char * pattern, int allowOverwrite)); /* 127 */
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclNamesp.c155 Namespace *importNsPtr, int allowOverwrite);
1455 int allowOverwrite) /* If nonzero, allow existing commands to be
1549 importNsPtr, allowOverwrite);
1556 allowOverwrite) == TCL_ERROR) {
1591 int allowOverwrite)
1614 if ((found == NULL) || allowOverwrite) {
3612 int allowOverwrite = 0;
3630 allowOverwrite = 1;
3664 result = Tcl_Import(interp, NULL, pattern, allowOverwrite);
1429 Tcl_Import( Tcl_Interp *interp, Tcl_Namespace *namespacePtr, const char *pattern, int allowOverwrite) argument
1566 DoImport( Tcl_Interp *interp, Namespace *nsPtr, Tcl_HashEntry *hPtr, const char *cmdName, const char *pattern, Namespace *importNsPtr, int allowOverwrite) argument
3575 int allowOverwrite = 0; local
H A DtclIntDecls.h562 CONST char *pattern, int allowOverwrite);
1171 int (*tcl_Import) (Tcl_Interp *interp, Tcl_Namespace *nsPtr, CONST char *pattern, int allowOverwrite); /* 127 */
H A DtclDecls.h3008 CONST char *pattern, int allowOverwrite);
3958 int (*tcl_Import) (Tcl_Interp *interp, Tcl_Namespace *nsPtr, CONST char *pattern, int allowOverwrite); /* 510 */

Completed in 381 milliseconds