/external/chromium_org/chrome/renderer/extensions/ |
D | pepper_request_natives.cc | 30 context()->pepper_request_proxy()->OnResponseReceived( in SendResponse() 42 context()->pepper_request_proxy()->OnResponseReceived( in SendResponse()
|
D | pepper_request_proxy.h | 47 void OnResponseReceived(int request_id,
|
D | request_sender.h | 38 virtual void OnResponseReceived(const std::string& name,
|
D | pepper_request_proxy.cc | 53 void PepperRequestProxy::OnResponseReceived(int request_id, in OnResponseReceived() function in extensions::PepperRequestProxy
|
D | chrome_v8_context.h | 118 virtual void OnResponseReceived(const std::string& name,
|
D | request_sender.cc | 117 request->source->OnResponseReceived(request->name, request_id, success, in HandleResponse()
|
D | chrome_v8_context.cc | 145 void ChromeV8Context::OnResponseReceived(const std::string& name, in OnResponseReceived() function in extensions::ChromeV8Context
|
/external/chromium_org/chrome/renderer/pepper/ |
D | pepper_extensions_common_host.cc | 88 void PepperExtensionsCommonHost::OnResponseReceived( in OnResponseReceived() function in PepperExtensionsCommonHost 115 base::Bind(&PepperExtensionsCommonHost::OnResponseReceived, in OnCall()
|
D | pepper_extensions_common_host.h | 65 void OnResponseReceived(
|
/external/chromium/net/spdy/ |
D | spdy_stream.h | 68 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response, 172 int OnResponseReceived(const spdy::SpdyHeaderBlock& response);
|
D | spdy_stream.cc | 87 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()
|
D | spdy_stream_unittest.cc | 59 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response, in OnResponseReceived() function in net::__anon5a26ce110111::TestSpdyStreamDelegate 269 stream->OnResponseReceived(response); in TEST_F()
|
D | spdy_http_stream.h | 76 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response,
|
D | spdy_proxy_client_socket.h | 98 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response,
|
D | spdy_http_stream.cc | 306 int SpdyHttpStream::OnResponseReceived(const spdy::SpdyHeaderBlock& response, in OnResponseReceived() function in net::SpdyHttpStream
|
D | spdy_proxy_client_socket.cc | 430 int SpdyProxyClientSocket::OnResponseReceived( in OnResponseReceived() function in net::SpdyProxyClientSocket
|
D | spdy_session_unittest.cc | 45 virtual int OnResponseReceived(const spdy::SpdyHeaderBlock& response, in OnResponseReceived() function in net::TestSpdyStreamDelegate
|
D | spdy_session.cc | 1069 rv = stream->OnResponseReceived(headers); in Respond()
|