Home | History | Annotate | Download | only in base

Lines Matching refs:input_stream

50   SocketInputStream* input_stream() { return socket_input_stream_.get(); }
163 while (input_stream()->UnreadByteCount() < msg_size) {
165 if (input_stream()->Refresh(run_loop.QuitClosure(),
166 msg_size - input_stream()->UnreadByteCount()) ==
170 if (input_stream()->GetState() == SocketInputStream::CLOSED)
282 input_stream()->RebuildBuffer();
295 ASSERT_EQ(SocketInputStream::CLOSED, input_stream()->GetState());
296 ASSERT_EQ(result, input_stream()->last_error());
304 ASSERT_EQ(SocketInputStream::CLOSED, input_stream()->GetState());
305 ASSERT_EQ(net::ERR_CONNECTION_CLOSED, input_stream()->last_error());