Searched refs:didReceiveResponse (Results 101 - 125 of 125) sorted by relevance

12345

/external/chromium/webkit/glue/
H A Dmultipart_response_delegate.cc275 client_->didReceiveResponse(loader_, response);
H A Dmultipart_response_delegate_unittest.cc63 virtual void didReceiveResponse(WebURLLoader* loader, function in class:__anon2817::MockWebURLLoaderClient
H A Dweburlloader_impl.cc565 client_->didReceiveResponse(loader_, response);
567 // We may have been cancelled after didReceiveResponse, which would leave us
613 // client_->didReceiveData and client_->didReceiveResponse.
617 // client_->didReceiveData and client_->didReceiveResponse.
/external/webkit/Tools/DumpRenderTree/win/
H A DResourceLoadDelegate.cpp316 HRESULT STDMETHODCALLTYPE ResourceLoadDelegate::didReceiveResponse( function in class:ResourceLoadDelegate
323 printf("%S - didReceiveResponse %S\n",
/external/chromium/webkit/glue/media/
H A Dbuffered_resource_loader.cc271 void BufferedResourceLoader::didReceiveResponse( function in class:webkit_glue::BufferedResourceLoader
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp80 m_pluginView->didReceiveResponse(loader->response());
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h205 virtual void didReceiveResponse(WebKit::WebFrame*, unsigned identifier, const WebKit::WebURLResponse&);
H A DWebViewHost.cpp1073 void WebViewHost::didReceiveResponse(WebFrame*, unsigned identifier, const WebURLResponse& response) function in class:WebViewHost
1077 fputs(" - didReceiveResponse ", stdout);
/external/webkit/Source/WebCore/inspector/
H A DInspectorInstrumentation.cpp455 resourceAgent->didReceiveResponse(identifier, loader, response);
456 inspectorAgent->consoleAgent()->didReceiveResponse(identifier, response); // This should come AFTER resource notification, front-end relies on this.
H A DInspectorResourceAgent.cpp339 void InspectorResourceAgent::didReceiveResponse(unsigned long identifier, DocumentLoader* loader, const ResourceResponse& response) function in class:WebCore::InspectorResourceAgent
360 // If we revalidated the resource and got Not modified, send content length following didReceiveResponse
/external/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp47 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse&);
715 void StreamingClient::didReceiveResponse(ResourceHandle*, const ResourceResponse& response) function in class:StreamingClient
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp376 m_webFrame->client()->didReceiveResponse(m_webFrame, identifier, webresp);
1086 m_pluginWidget->didReceiveResponse(
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp212 resourceLoadDelegate->didReceiveResponse(webView, identifier, webURLResponse.get(), getWebDataSource(loader));
508 m_manualLoader->didReceiveResponse(loader->response());
509 // didReceiveResponse sets up a new stream to the plug-in. on a full-page plug-in, a failure in
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp109 virtual void didReceiveResponse(NetscapePlugInStreamLoader*, const ResourceResponse&);
182 void PluginView::Stream::didReceiveResponse(NetscapePlugInStreamLoader*, const ResourceResponse& response) function in class:WebKit::PluginView::Stream
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.cpp591 loader->didReceiveResponse(resource->response());
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp158 m_pluginView->didReceiveResponse(loader->response());
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp638 m_pluginView->didReceiveResponse(loader->response());
639 // didReceiveResponse sets up a new stream to the plug-in. on a full-page plug-in, a failure in
/external/webkit/Source/WebCore/plugins/
H A DPluginView.cpp988 void PluginView::didReceiveResponse(const ResourceResponse& response) function in class:WebCore::PluginView
999 m_manualStream->didReceiveResponse(0, response);
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp484 void ApplicationCacheGroup::didReceiveResponse(ResourceHandle* handle, const ResourceResponse& response) function in class:WebCore::ApplicationCacheGroup
/external/webkit/Source/WebCore/xml/
H A DXMLHttpRequest.cpp1024 void XMLHttpRequest::didReceiveResponse(const ResourceResponse& response) function in class:WebCore::XMLHttpRequest
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp737 m_manualLoader->didReceiveResponse(loader->response());
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp329 m_pluginView->didReceiveResponse(loader->response());
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp910 m_pluginView->didReceiveResponse(loader->response());
911 // The function didReceiveResponse sets up a new stream to the plug-in.
1093 printf("%s - didReceiveResponse %s\n",
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm477 CallResourceLoadDelegate(implementations->didReceiveResponseFunc, webView, @selector(webView:resource:didReceiveResponse:fromDataSource:), resource, response.nsURLResponse(), dataSource(loader));
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm1593 cache->didReceiveResponseFunc = getMethod(delegate, @selector(webView:resource:didReceiveResponse:fromDataSource:));

Completed in 371 milliseconds

12345