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

/external/webkit/Source/WebKit2/UIProcess/Downloads/
H A DDownloadProxy.cpp83 m_webContext->downloadClient().processDidCrash(m_webContext, this);
93 m_webContext->downloadClient().didStart(m_webContext, this);
102 m_webContext->downloadClient().didReceiveAuthenticationChallenge(m_webContext, this, authenticationChallengeProxy.get());
110 m_webContext->downloadClient().didReceiveResponse(m_webContext, this, response);
118 m_webContext->downloadClient().didReceiveData(m_webContext, this, length);
126 result = m_webContext->downloadClient().shouldDecodeSourceDataOfMIMEType(m_webContext, this, mimeType);
134 destination = m_webContext->downloadClient().decideDestinationWithSuggestedFilename(m_webContext, this, filename, allowOverwrite);
145 m_webContext->downloadClient().didCreateDestination(m_webContext, this, path);
153 m_webContext->downloadClient().didFinish(m_webContext, this);
174 m_webContext->downloadClient()
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitdownload.cpp83 DownloadClient* downloadClient; member in struct:_WebKitDownloadPrivate
154 delete priv->downloadClient;
395 priv->downloadClient = new DownloadClient(download);
492 priv->resourceHandle = ResourceHandle::create(/* Null NetworkingContext */ NULL, core(priv->networkRequest), priv->downloadClient, false, false);
494 priv->resourceHandle->setClient(priv->downloadClient);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebContext.h141 WebDownloadClient& downloadClient() { return m_downloadClient; } function in class:WebKit::WebContext

Completed in 69 milliseconds