ReadUntilComplete  164 net/base/file_stream.h   virtual int ReadUntilComplete(char *buf, int buf_len);
ReadUntilComplete   83 net/base/mock_file_stream.cc   return ReturnError(FileStream::ReadUntilComplete(buf, buf_len));
ReadUntilComplete   41 net/base/mock_file_stream.h   virtual int ReadUntilComplete(char *buf, int buf_len) OVERRIDE;
ReadUntilComplete   84 remoting/host/native_messaging/native_messaging_reader.cc     int read_result = read_stream_.ReadUntilComplete(
ReadUntilComplete  103 remoting/host/native_messaging/native_messaging_reader.cc     read_result = read_stream_.ReadUntilComplete(string_as_array(&message_json),