Searched refs:WebDownloadClient (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebDownloadClient.cpp27 #include "WebDownloadClient.h"
37 void WebDownloadClient::didStart(WebContext* webContext, DownloadProxy* downloadProxy)
45 void WebDownloadClient::didReceiveAuthenticationChallenge(WebContext* webContext, DownloadProxy* downloadProxy, AuthenticationChallengeProxy* authenticationChallengeProxy)
53 void WebDownloadClient::didReceiveResponse(WebContext* webContext, DownloadProxy* downloadProxy, const ResourceResponse& response)
61 void WebDownloadClient::didReceiveData(WebContext* webContext, DownloadProxy* downloadProxy, uint64_t length)
69 bool WebDownloadClient::shouldDecodeSourceDataOfMIMEType(WebContext* webContext, DownloadProxy* downloadProxy, const String& mimeType)
77 String WebDownloadClient::decideDestinationWithSuggestedFilename(WebContext* webContext, DownloadProxy* downloadProxy, const String& filename, bool& allowOverwrite)
86 void WebDownloadClient::didCreateDestination(WebContext* webContext, DownloadProxy* downloadProxy, const String& path)
94 void WebDownloadClient::didFinish(WebContext* webContext, DownloadProxy* downloadProxy)
102 void WebDownloadClient
[all...]
H A DWebDownloadClient.h44 class WebDownloadClient : public APIClient<WKContextDownloadClient, kWKContextDownloadClientCurrentVersion> { class in namespace:WebKit
H A DWebContext.h45 #include "WebDownloadClient.h"
207 WebDownloadClient& downloadClient() { return m_downloadClient; }
409 WebDownloadClient m_downloadClient;

Completed in 164 milliseconds