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

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitdownload.cpp60 class DownloadClient : public ResourceHandleClient { class in inherits:ResourceHandleClient
61 WTF_MAKE_NONCOPYABLE(DownloadClient);
63 DownloadClient(WebKitDownload*);
83 DownloadClient* downloadClient;
395 priv->downloadClient = new DownloadClient(download);
920 DownloadClient::DownloadClient(WebKitDownload* download) function in class:DownloadClient
925 void DownloadClient::didReceiveResponse(ResourceHandle*, const ResourceResponse& response)
930 void DownloadClient::didReceiveData(ResourceHandle*, const char* data, int length, int encodedDataLength)
935 void DownloadClient
[all...]

Completed in 58 milliseconds