Searched refs:DoRead (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/remoting/protocol/
H A Dmessage_reader.cc38 DoRead();
44 void MessageReader::DoRead() { function in class:remoting::protocol::MessageReader
65 DoRead();
118 DoRead();
H A Dconnection_tester.h48 void DoRead();
84 void DoRead();
H A Dconnection_tester.cc36 DoRead();
99 void StreamConnectionTester::DoRead() { function in class:remoting::protocol::StreamConnectionTester
114 DoRead(); // Don't try to read again when we are done reading.
154 DoRead();
215 void DatagramConnectionTester::DoRead() { function in class:remoting::protocol::DatagramConnectionTester
231 DoRead();
H A Dchromium_socket_factory.cc72 void DoRead();
146 DoRead();
313 void UdpPacketSocket::DoRead() { function in class:remoting::protocol::__anon10500::UdpPacketSocket
329 DoRead();
H A Dmessage_reader.h49 void DoRead();
/external/chromium_org/chromecast/media/cma/base/
H A Dmock_frame_provider.cc45 base::Bind(&MockFrameProvider::DoRead,
51 base::Bind(&MockFrameProvider::DoRead,
60 void MockFrameProvider::DoRead(const ReadCB& read_cb) { function in class:chromecast::media::MockFrameProvider
H A Dmock_frame_provider.h31 void DoRead(const ReadCB& read_cb);
/external/chromium_org/remoting/base/
H A Dsocket_reader.cc36 DoRead();
39 void SocketReader::DoRead() { function in class:remoting::SocketReader
55 DoRead();
H A Dsocket_reader.h39 void DoRead();
/external/chromium_org/media/filters/
H A Dfake_demuxer_stream.cc72 DoRead();
118 DoRead();
127 DoRead();
151 void FakeDemuxerStream::DoRead() { function in class:media::FakeDemuxerStream
H A Dfake_demuxer_stream.h72 void DoRead();
/external/chromium_org/chrome/utility/media_galleries/
H A Dpmp_column_reader_unittest.cc45 bool DoRead(const PmpColumnReader* reader, uint32 row, std::string* target) { function in namespace:picasa::__anon6039
49 bool DoRead(const PmpColumnReader* reader, uint32 row, uint32* target) { function in namespace:picasa::__anon6039
53 bool DoRead(const PmpColumnReader* reader, uint32 row, double* target) { function in namespace:picasa::__anon6039
57 bool DoRead(const PmpColumnReader* reader, uint32 row, uint8* target) { function in namespace:picasa::__anon6039
61 bool DoRead(const PmpColumnReader* reader, uint32 row, uint64* target) { function in namespace:picasa::__anon6039
77 EXPECT_TRUE(DoRead(&reader, i, &target));
/external/chromium_org/media/audio/
H A Dfake_audio_consumer.cc36 // Initialize and start regular calls to DoRead() on the worker thread.
39 // Cancel any delayed callbacks to DoRead() in the worker loop's queue.
45 void DoRead();
120 read_task_cb_.Reset(base::Bind(&Worker::DoRead, this));
140 void FakeAudioConsumer::Worker::DoRead() { function in class:media::FakeAudioConsumer::Worker
/external/chromium_org/chromecast/media/cma/filters/
H A Ddemuxer_stream_adapter_unittest.cc59 void DoRead(const ReadCB& read_cb);
102 base::Bind(&DummyDemuxerStream::DoRead, base::Unretained(this),
107 DoRead(read_cb);
142 void DummyDemuxerStream::DoRead(const ReadCB& read_cb) { function in class:chromecast::media::__anon6064::DummyDemuxerStream
/external/chromium_org/net/base/
H A Dsdch_dictionary_fetcher.h67 int DoRead(int rv);
H A Dsdch_dictionary_fetcher.cc108 // completion of the request is detected in DoRead().
137 rv = DoRead(rv);
188 int SdchDictionaryFetcher::DoRead(int rv) { function in class:net::SdchDictionaryFetcher
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile.h86 int DoRead(void* buffer, size_t buffer_len, size_t offset);
H A Dfile_posix.cc96 base::Bind(&File::DoRead, this, buffer, buffer_len, offset),
166 int File::DoRead(void* buffer, size_t buffer_len, size_t offset) { function in class:disk_cache::File
/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.h77 int DoRead();
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.cc235 DoRead();
244 DoRead();
254 // wait for the file to become readable before calling DoRead(). Otherwise it
262 DoRead();
266 void NativeMessageProcessHost::DoRead() { function in class:extensions::NativeMessageProcessHost
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_udp.h65 void DoRead();
H A Dsocket_host_udp.cc121 DoRead();
136 void P2PSocketHostUdp::DoRead() { function in class:content::P2PSocketHostUdp
153 DoRead();
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.h169 void DoRead();
/external/chromium_org/net/socket/
H A Dsocket_libevent.h93 int DoRead(IOBuffer* buf, int buf_len);
/external/chromium_org/remoting/client/plugin/
H A Dpepper_packet_socket_factory.cc129 void DoRead();
223 DoRead();
371 void UdpPacketSocket::DoRead() { function in class:remoting::__anon10375::UdpPacketSocket
384 DoRead();

Completed in 313 milliseconds

12