OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RenewStreamForAuth
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/net/http/
http_stream.h
37
virtual HttpStream*
RenewStreamForAuth
() = 0;
http_basic_stream.h
55
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
proxy_connect_redirect_http_stream.cc
119
HttpStream* ProxyConnectRedirectHttpStream::
RenewStreamForAuth
() {
proxy_connect_redirect_http_stream.h
68
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
http_basic_stream.cc
55
HttpStream* HttpBasicStream::
RenewStreamForAuth
() {
http_response_body_drainer_unittest.cc
115
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE {
http_network_transaction.cc
315
static_cast<HttpStream*>(stream_.get())->
RenewStreamForAuth
();
[
all
...]
/external/chromium_org/net/quic/
quic_http_stream.h
48
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
quic_http_stream_test.cc
323
TEST_P(QuicHttpStreamTest,
RenewStreamForAuth
) {
325
EXPECT_EQ(NULL, stream_->
RenewStreamForAuth
());
quic_http_stream.cc
221
HttpStream* QuicHttpStream::
RenewStreamForAuth
() {
/external/chromium_org/net/spdy/
spdy_http_stream.h
58
virtual HttpStream*
RenewStreamForAuth
() OVERRIDE;
spdy_http_stream.cc
152
HttpStream* SpdyHttpStream::
RenewStreamForAuth
() {
Completed in 259 milliseconds