Searched refs:read_stream_ (Results 1 – 3 of 3) sorted by relevance
52 net::FileStream read_stream_; member in remoting::NativeMessagingReader::Core70 : read_stream_(handle, base::PLATFORM_FILE_READ, NULL), in Core()84 int read_result = read_stream_.ReadUntilComplete( in ReadMessage()103 read_result = read_stream_.ReadUntilComplete(string_as_array(&message_json), in ReadMessage()
152 read_stream_.reset(new net::FileStream( in OnHostProcessLaunched()227 int result = read_stream_->Read( in DoRead()349 read_stream_.reset(); in Close()
139 scoped_ptr<net::FileStream> read_stream_; variable