HomeSort by relevance Sort by last modified time
    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 118 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 116 virtual HttpStream* RenewStreamForAuth() OVERRIDE {
http_network_transaction.cc 313 static_cast<HttpStream*>(stream_.get())->RenewStreamForAuth();
    [all...]
  /external/chromium_org/net/quic/
quic_http_stream.h 48 virtual HttpStream* RenewStreamForAuth() OVERRIDE;
quic_http_stream.cc 227 HttpStream* QuicHttpStream::RenewStreamForAuth() {
quic_http_stream_test.cc 345 TEST_P(QuicHttpStreamTest, RenewStreamForAuth) {
347 EXPECT_EQ(NULL, stream_->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 61 milliseconds