Searched refs:http_stream (Results 1 – 1 of 1) sorted by relevance
57 HttpBaseTest() : mem(NULL), obtain_stream(false), http_stream(NULL) { } in HttpBaseTest()61 delete http_stream; in TearDown()114 StreamInterface* http_stream; member in rtc::HttpBaseTest190 EXPECT_FALSE(http_stream); in ObtainDocumentStream()191 http_stream = base.GetDocumentStream(); in ObtainDocumentStream()192 ASSERT_TRUE(NULL != http_stream); in ObtainDocumentStream()193 sink.Monitor(http_stream); in ObtainDocumentStream()199 ASSERT_TRUE(NULL != http_stream); in VerifyDocumentStreamIsOpening()200 EXPECT_EQ(0, sink.Events(http_stream)); in VerifyDocumentStreamIsOpening()201 EXPECT_EQ(SS_OPENING, http_stream->GetState()); in VerifyDocumentStreamIsOpening()[all …]