HomeSort by relevance Sort by last modified time
    Searched refs:HttpStream (Results 26 - 45 of 45) sorted by null

12

  /external/chromium/net/http/
http_basic_stream.cc 78 HttpStream* HttpBasicStream::RenewStreamForAuth() {
http_response_body_drainer_unittest.cc 62 class MockHttpStream : public HttpStream {
74 // HttpStream implementation:
112 virtual HttpStream* RenewStreamForAuth() OVERRIDE {
http_stream_factory_impl_request.cc 82 HttpStream* stream) {
177 HttpStream* stream) {
http_proxy_client_socket.cc 83 HttpStream* HttpProxyClientSocket::CreateConnectResponseStream() {
http_network_transaction.cc 275 HttpStream* new_stream = NULL;
376 HttpStream* stream) {
457 HttpStream* stream) {
    [all...]
http_stream_factory_impl_job.cc 262 HttpStream* stream) {
    [all...]
  /external/chromium_org/net/http/
http_basic_stream.cc 79 HttpStream* HttpBasicStream::RenewStreamForAuth() {
http_pipelined_stream.cc 75 HttpStream* HttpPipelinedStream::RenewStreamForAuth() {
http_response_body_drainer.cc 16 HttpResponseBodyDrainer::HttpResponseBodyDrainer(HttpStream* stream)
http_response_body_drainer_unittest.cc 64 class MockHttpStream : public HttpStream {
78 // HttpStream implementation.
117 virtual HttpStream* RenewStreamForAuth() OVERRIDE {
258 // call to ReadResponseBody, after all data were returned from HttpStream.
http_network_transaction.cc 297 HttpStream* new_stream = NULL;
303 static_cast<HttpStream*>(stream_.get())->RenewStreamForAuth();
404 return static_cast<HttpStream*>(stream_.get())->GetUploadProgress();
    [all...]
http_proxy_client_socket.cc 103 HttpStream* HttpProxyClientSocket::CreateConnectResponseStream() {
http_stream_factory_impl_job.cc 392 HttpStream* stream) {
    [all...]
  /external/chromium/net/spdy/
spdy_http_stream.cc 154 HttpStream* SpdyHttpStream::RenewStreamForAuth() {
spdy_proxy_client_socket.cc 66 HttpStream* SpdyProxyClientSocket::CreateConnectResponseStream() {
392 // the HttpStream, not the socket.
spdy_proxy_client_socket_unittest.cc 858 scoped_ptr<HttpStream> stream(sock_->CreateConnectResponseStream());
    [all...]
  /external/chromium_org/net/quic/
quic_http_stream.cc 209 HttpStream* QuicHttpStream::RenewStreamForAuth() {
  /external/chromium_org/net/spdy/
spdy_http_stream.cc 155 HttpStream* SpdyHttpStream::RenewStreamForAuth() {
spdy_proxy_client_socket.cc 103 HttpStream* SpdyProxyClientSocket::CreateConnectResponseStream() {
spdy_http_stream_unittest.cc 39 void TestLoadTimingReused(const HttpStream& stream) {
52 void TestLoadTimingNotReused(const HttpStream& stream) {
    [all...]

Completed in 837 milliseconds

12