OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenewStreamForAuth
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/net/http/
http_stream.h
37
virtual HttpStream*
RenewStreamForAuth
() = 0;
http_basic_stream.h
57
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
http_pipelined_stream.h
60
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
proxy_connect_redirect_http_stream.cc
125
HttpStream* ProxyConnectRedirectHttpStream::
RenewStreamForAuth
() {
proxy_connect_redirect_http_stream.h
69
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
http_basic_stream.cc
59
HttpStream* HttpBasicStream::
RenewStreamForAuth
() {
http_pipelined_stream.cc
75
HttpStream* HttpPipelinedStream::
RenewStreamForAuth
() {
http_response_body_drainer_unittest.cc
118
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE {
http_network_transaction.cc
340
static_cast<HttpStream*>(stream_.get())->
RenewStreamForAuth
();
[
all
...]
/external/chromium/net/http/
http_stream.h
96
virtual HttpStream*
RenewStreamForAuth
() = 0;
http_basic_stream.h
63
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
http_basic_stream.cc
78
HttpStream* HttpBasicStream::
RenewStreamForAuth
() {
http_response_body_drainer_unittest.cc
112
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE {
http_network_transaction.cc
280
new_stream = stream_->
RenewStreamForAuth
();
[
all
...]
/external/chromium/net/spdy/
spdy_http_stream.h
60
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
spdy_http_stream.cc
154
HttpStream* SpdyHttpStream::
RenewStreamForAuth
() {
/external/chromium_org/net/quic/
quic_http_stream.h
49
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
quic_http_stream.cc
222
HttpStream* QuicHttpStream::
RenewStreamForAuth
() {
quic_http_stream_test.cc
359
TEST_F(QuicHttpStreamTest,
RenewStreamForAuth
) {
361
EXPECT_EQ(NULL, stream_->
RenewStreamForAuth
());
/external/chromium_org/net/spdy/
spdy_http_stream.h
59
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
spdy_http_stream.cc
156
HttpStream* SpdyHttpStream::
RenewStreamForAuth
() {
Completed in 2257 milliseconds