OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnResponseReceived
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/chrome/renderer/extensions/
pepper_request_natives.cc
30
context()->pepper_request_proxy()->
OnResponseReceived
(
42
context()->pepper_request_proxy()->
OnResponseReceived
(
pepper_request_proxy.h
47
void
OnResponseReceived
(int request_id,
request_sender.h
38
virtual void
OnResponseReceived
(const std::string& name,
chrome_v8_context.h
118
virtual void
OnResponseReceived
(const std::string& name,
pepper_request_proxy.cc
53
void PepperRequestProxy::
OnResponseReceived
(int request_id,
request_sender.cc
117
request->source->
OnResponseReceived
(request->name, request_id, success,
chrome_v8_context.cc
145
void ChromeV8Context::
OnResponseReceived
(const std::string& name,
/external/chromium_org/chrome/renderer/pepper/
pepper_extensions_common_host.cc
88
void PepperExtensionsCommonHost::
OnResponseReceived
(
115
base::Bind(&PepperExtensionsCommonHost::
OnResponseReceived
,
pepper_extensions_common_host.h
65
void
OnResponseReceived
(
/external/chromium/net/spdy/
spdy_stream.h
68
virtual int
OnResponseReceived
(const spdy::SpdyHeaderBlock& response,
99
// If it already received SYN_REPLY or data,
OnResponseReceived
() or
172
int
OnResponseReceived
(const spdy::SpdyHeaderBlock& response);
180
// from the network, and will never be called prior to
OnResponseReceived
.
spdy_http_stream.h
76
virtual int
OnResponseReceived
(const spdy::SpdyHeaderBlock& response,
spdy_proxy_client_socket.h
98
virtual int
OnResponseReceived
(const spdy::SpdyHeaderBlock& response,
spdy_stream.cc
87
int rv = delegate_->
OnResponseReceived
(*response_, response_time_, OK);
237
int SpdyStream::
OnResponseReceived
(const spdy::SpdyHeaderBlock& response) {
257
rv = delegate_->
OnResponseReceived
(*response_, response_time_, rv);
258
// If delegate_ is not yet attached, we'll call
OnResponseReceived
after the
282
rv = delegate_->
OnResponseReceived
(*response_, response_time_, rv);
480
// In STATE_OPEN,
OnResponseReceived
has already been called.
spdy_stream_unittest.cc
59
virtual int
OnResponseReceived
(const spdy::SpdyHeaderBlock& response,
269
stream->
OnResponseReceived
(response);
spdy_http_stream.cc
306
int SpdyHttpStream::
OnResponseReceived
(const spdy::SpdyHeaderBlock& response,
spdy_proxy_client_socket.cc
430
int SpdyProxyClientSocket::
OnResponseReceived
(
spdy_session_unittest.cc
45
virtual int
OnResponseReceived
(const spdy::SpdyHeaderBlock& response,
spdy_session.cc
[
all
...]
Completed in 62 milliseconds