OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spdy_stream1
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/spdy/
spdy_session_unittest.cc
375
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
378
test::StreamDelegateDoNothing delegate1(
spdy_stream1
);
379
spdy_stream1
->SetDelegate(&delegate1);
391
spdy_stream1
->SendRequestHeaders(headers.Pass(), NO_MORE_DATA_TO_SEND);
392
EXPECT_TRUE(
spdy_stream1
->HasUrlFromHeaders());
398
EXPECT_EQ(1u,
spdy_stream1
->stream_id());
415
spdy_stream1
->Close();
416
EXPECT_EQ(NULL,
spdy_stream1
.get());
457
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
460
test::StreamDelegateDoNothing delegate1(
spdy_stream1
);
535
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
868
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
923
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
1292
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
1509
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
1942
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2012
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2084
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2163
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2245
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2531
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2656
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2766
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2857
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
2970
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
3041
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
3290
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
3495
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
4656
base::WeakPtr<SpdyStream>
spdy_stream1
= CreateStreamSynchronously(
local
4735
base::WeakPtr<SpdyStream>
spdy_stream1
= CreateStreamSynchronously(
local
4819
base::WeakPtr<SpdyStream>
spdy_stream1
= CreateStreamSynchronously(
local
4908
base::WeakPtr<SpdyStream>
spdy_stream1
= CreateStreamSynchronously(
local
[
all
...]
spdy_session_pool_unittest.cc
164
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
167
ASSERT_TRUE(
spdy_stream1
.get() != NULL);
216
session1->CloseCreatedStream(
spdy_stream1
, OK);
217
EXPECT_EQ(NULL,
spdy_stream1
.get());
446
base::WeakPtr<SpdyStream>
spdy_stream1
=
local
457
session1->CloseCreatedStream(
spdy_stream1
, OK);
458
EXPECT_EQ(NULL,
spdy_stream1
.get());
481
EXPECT_EQ(NULL,
spdy_stream1
.get());
Completed in 255 milliseconds