Home
last modified time | relevance | path

Searched refs:OnResponseReceived (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dpepper_request_natives.cc30 context()->pepper_request_proxy()->OnResponseReceived( in SendResponse()
42 context()->pepper_request_proxy()->OnResponseReceived( in SendResponse()
Dpepper_request_proxy.h47 void OnResponseReceived(int request_id,
Drequest_sender.h38 virtual void OnResponseReceived(const std::string& name,
Dpepper_request_proxy.cc53 void PepperRequestProxy::OnResponseReceived(int request_id, in OnResponseReceived() function in extensions::PepperRequestProxy
Dchrome_v8_context.h118 virtual void OnResponseReceived(const std::string& name,
Drequest_sender.cc117 request->source->OnResponseReceived(request->name, request_id, success, in HandleResponse()
Dchrome_v8_context.cc145 void ChromeV8Context::OnResponseReceived(const std::string& name, in OnResponseReceived() function in extensions::ChromeV8Context
/external/chromium_org/chrome/renderer/pepper/
Dpepper_extensions_common_host.cc88 void PepperExtensionsCommonHost::OnResponseReceived( in OnResponseReceived() function in PepperExtensionsCommonHost
115 base::Bind(&PepperExtensionsCommonHost::OnResponseReceived, in OnCall()
Dpepper_extensions_common_host.h65 void OnResponseReceived(
/external/chromium/net/spdy/
Dspdy_stream.h68 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response,
172 int OnResponseReceived(const spdy::SpdyHeaderBlock& response);
Dspdy_stream.cc87 int rv = delegate_->OnResponseReceived(*response_, response_time_, OK); in PushedStreamReplayData()
237 int SpdyStream::OnResponseReceived(const spdy::SpdyHeaderBlock& response) { in OnResponseReceived() function in net::SpdyStream
257 rv = delegate_->OnResponseReceived(*response_, response_time_, rv); in OnResponseReceived()
282 rv = delegate_->OnResponseReceived(*response_, response_time_, rv); in OnHeaders()
Dspdy_stream_unittest.cc59 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response, in OnResponseReceived() function in net::__anon5a26ce110111::TestSpdyStreamDelegate
269 stream->OnResponseReceived(response); in TEST_F()
Dspdy_http_stream.h76 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response,
Dspdy_proxy_client_socket.h98 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response,
Dspdy_http_stream.cc306 int SpdyHttpStream::OnResponseReceived(const spdy::SpdyHeaderBlock& response, in OnResponseReceived() function in net::SpdyHttpStream
Dspdy_proxy_client_socket.cc430 int SpdyProxyClientSocket::OnResponseReceived( in OnResponseReceived() function in net::SpdyProxyClientSocket
Dspdy_session_unittest.cc45 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response, in OnResponseReceived() function in net::TestSpdyStreamDelegate
Dspdy_session.cc1069 rv = stream->OnResponseReceived(headers); in Respond()