OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:push_response_info_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/spdy/
spdy_http_stream.cc
240
if (
push_response_info_
.get()) {
241
*response = *(
push_response_info_
.get());
242
push_response_info_
.reset();
308
push_response_info_
.reset(new HttpResponseInfo);
309
response_info_ =
push_response_info_
.get();
spdy_http_stream.h
130
// It is not owned by this stream object, or point to |
push_response_info_
|.
133
scoped_ptr<HttpResponseInfo>
push_response_info_
;
member in class:net::SpdyHttpStream
Completed in 62 milliseconds