HomeSort by relevance Sort by last modified time
    Searched refs:spdy_stream (Results 1 - 19 of 19) sorted by null

  /external/chromium/net/spdy/
spdy_session.h 72 // will via X-Associated-Content. Writes the stream out to |spdy_stream|.
76 scoped_refptr<SpdyStream>* spdy_stream,
79 // Create a new stream for a given |url|. Writes it out to |spdy_stream|.
84 scoped_refptr<SpdyStream>* spdy_stream,
89 void CancelPendingCreateStreams(const scoped_refptr<SpdyStream>* spdy_stream);
226 scoped_refptr<SpdyStream>* spdy_stream,
229 : url(&url), priority(priority), spdy_stream(spdy_stream),
234 scoped_refptr<SpdyStream>* spdy_stream; member in struct:net::SpdySession::PendingCreateStream
272 scoped_refptr<SpdyStream>* spdy_stream,
    [all...]
spdy_http_stream.h 21 #include "net/spdy/spdy_stream.h"
38 void InitializeWithExistingStream(SpdyStream* spdy_stream);
spdy_proxy_client_socket.h 25 #include "net/spdy/spdy_stream.h"
42 // Create a socket on top of the |spdy_stream| by sending a SYN_STREAM
46 SpdyProxyClientSocket(SpdyStream* spdy_stream,
spdy_proxy_client_socket.cc 25 SpdyStream* spdy_stream,
35 spdy_stream_(spdy_stream),
48 net_log_(spdy_stream->net_log()) {
spdy_session.cc 30 #include "net/spdy/spdy_stream.h"
382 scoped_refptr<SpdyStream>* spdy_stream,
387 return CreateStreamImpl(url, priority, spdy_stream, stream_net_log);
393 PendingCreateStream(url, priority, spdy_stream,
409 pending_create.spdy_stream,
411 scoped_refptr<SpdyStream>* stream = pending_create.spdy_stream;
428 const scoped_refptr<SpdyStream>* spdy_stream) {
429 PendingCallbackMap::iterator it = pending_callback_map_.find(spdy_stream);
441 if (pending_create.spdy_stream != spdy_stream)
    [all...]
spdy_http_stream.cc 40 void SpdyHttpStream::InitializeWithExistingStream(SpdyStream* spdy_stream) {
41 stream_ = spdy_stream;
  /external/chromium_org/net/spdy/
spdy_session_pool_unittest.cc 126 base::WeakPtr<SpdyStream> spdy_stream = local
131 spdy_stream->SetDelegate(&delegate);
289 base::WeakPtr<SpdyStream> spdy_stream = local
294 spdy_stream->SetDelegate(&delegate);
433 base::WeakPtr<SpdyStream> spdy_stream = local
446 session->CloseCreatedStream(spdy_stream, OK);
447 EXPECT_EQ(NULL, spdy_stream.get());
470 EXPECT_EQ(NULL, spdy_stream.get());
spdy_proxy_client_socket.cc 28 const base::WeakPtr<SpdyStream>& spdy_stream,
37 spdy_stream_(spdy_stream),
49 net_log_(BoundNetLog::Make(spdy_stream->net_log().net_log(),
61 spdy_stream->net_log().source().ToEventParametersCallback());
spdy_proxy_client_socket.h 27 #include "net/spdy/spdy_stream.h"
42 // Create a socket on top of the |spdy_stream| by sending a SYN_STREAM
45 // frames. This object will set itself as |spdy_stream|'s delegate.
46 SpdyProxyClientSocket(const base::WeakPtr<SpdyStream>& spdy_stream,
spdy_session_unittest.cc 23 #include "net/spdy/spdy_stream.h"
251 base::WeakPtr<SpdyStream> spdy_stream = CreateStreamSynchronously( local
253 ASSERT_TRUE(spdy_stream != NULL);
627 base::WeakPtr<SpdyStream> spdy_stream = local
630 test::StreamDelegateDoNothing delegate(spdy_stream);
631 spdy_stream->SetDelegate(&delegate);
635 spdy_stream->SendRequestHeaders(headers.Pass(), NO_MORE_DATA_TO_SEND);
636 EXPECT_TRUE(spdy_stream->HasUrlFromHeaders());
640 EXPECT_EQ(1u, spdy_stream->stream_id());
701 base::WeakPtr<SpdyStream> spdy_stream local
869 base::WeakPtr<SpdyStream> spdy_stream = local
1038 base::WeakPtr<SpdyStream> spdy_stream = local
1106 base::WeakPtr<SpdyStream> spdy_stream = local
1173 base::WeakPtr<SpdyStream> spdy_stream = local
1926 base::WeakPtr<SpdyStream> spdy_stream = local
2226 base::WeakPtr<SpdyStream> spdy_stream = local
3015 base::WeakPtr<SpdyStream> spdy_stream = local
    [all...]
spdy_proxy_client_socket_unittest.cc 195 base::WeakPtr<SpdyStream> spdy_stream(
199 ASSERT_TRUE(spdy_stream.get() != NULL);
203 new SpdyProxyClientSocket(spdy_stream, user_agent_,
    [all...]
spdy_session.h 35 #include "net/spdy/spdy_stream.h"
234 // and put into |spdy_stream|, or if one was not found but it is
235 // okay to create a new stream (in which case |spdy_stream| is
237 // resets |spdy_stream|.
240 base::WeakPtr<SpdyStream>* spdy_stream,
    [all...]
  /external/chromium/
Android.mk 323 net/spdy/spdy_stream.cc \
  /external/chromium_org/net/
net.target.darwin-arm.mk 417 net/spdy/spdy_stream.cc \
net.target.darwin-mips.mk 417 net/spdy/spdy_stream.cc \
net.target.darwin-x86.mk 417 net/spdy/spdy_stream.cc \
net.target.linux-arm.mk 417 net/spdy/spdy_stream.cc \
net.target.linux-mips.mk 417 net/spdy/spdy_stream.cc \
net.target.linux-x86.mk 417 net/spdy/spdy_stream.cc \

Completed in 172 milliseconds