Home
last modified time | relevance | path

Searched refs:read_stream_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/native_messaging/
Dnative_messaging_reader.cc52 net::FileStream read_stream_; member in remoting::NativeMessagingReader::Core
70 : 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()
/external/chromium_org/chrome/browser/extensions/api/messaging/
Dnative_message_process_host.cc152 read_stream_.reset(new net::FileStream( in OnHostProcessLaunched()
227 int result = read_stream_->Read( in DoRead()
349 read_stream_.reset(); in Close()
Dnative_message_process_host.h139 scoped_ptr<net::FileStream> read_stream_; variable