Searched defs:DoRead (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/remoting/base/
H A Dsocket_reader.cc36 DoRead();
39 void SocketReader::DoRead() { function in class:remoting::SocketReader
55 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
/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.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 Dchannel_multiplexer.cc88 int DoRead(net::IOBuffer* buffer, int buffer_len);
254 int ChannelMultiplexer::MuxChannel::DoRead(net::IOBuffer* buffer, function in class:remoting::protocol::ChannelMultiplexer::MuxChannel
289 int result = channel_->DoRead(buffer, buffer_len);
347 int result = channel_->DoRead(read_buffer_.get(), read_buffer_size_);
/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/net/base/
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/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/content/browser/renderer_host/p2p/
H A Dsocket_host_udp.cc121 DoRead();
136 void P2PSocketHostUdp::DoRead() { function in class:content::P2PSocketHostUdp
153 DoRead();
H A Dsocket_host_tcp.cc75 DoRead();
238 DoRead();
277 void P2PSocketHostTcpBase::DoRead() { function in class:content::P2PSocketHostTcpBase
302 DoRead();
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.cc161 base::Bind(&ChromeAsyncSocket::DoRead,
168 void ChromeAsyncSocket::DoRead() { function in class:jingle_glue::ChromeAsyncSocket
246 // We defer execution of DoRead() here for similar reasons as
401 // Clear out any posted DoRead() tasks.
H A Dpseudotcp_adapter_unittest.cc206 DoRead();
251 void DoRead() { function in class:jingle_glue::__anon8511::TCPChannelTester
266 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
/external/chromium_org/net/disk_cache/blockfile/
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.cc153 rv = DoRead();
243 int DiskCacheBasedQuicServerInfo::DoRead() { function in class:net::DiskCacheBasedQuicServerInfo
H A Ddisk_based_cert_cache.cc334 int DoRead();
425 rv = DoRead();
454 int DiskBasedCertCache::ReadWorker::DoRead() { function in class:net::DiskBasedCertCache::ReadWorker
/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/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/extensions/browser/api/cast_channel/
H A Dcast_transport.cc338 rv = DoRead();
371 int CastTransport::DoRead() { function in class:extensions::core_api::cast_channel::CastTransport
372 VLOG_WITH_CONNECTION(2) << "DoRead";
H A Dcast_socket.cc677 rv = DoRead();
715 int CastSocket::DoRead() { function in class:extensions::core_api::cast_channel::CastSocket
/external/chromium_org/net/socket/
H A Dsocket_libevent.cc238 int rv = DoRead(buf, buf_len);
419 int SocketLibevent::DoRead(IOBuffer* buf, int buf_len) { function in class:net::SocketLibevent
425 int rv = DoRead(read_buf_.get(), read_buf_len_);
/external/chromium_org/net/tools/flip_server/
H A Dsm_connection.cc262 if (!DoRead())
411 bool SMConnection::DoRead() { function in class:net::SMConnection
412 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "DoRead()";
418 << "DoRead(): fd_ == -1. Invalid FD. Returning false";
434 << "DoRead: SSL WANT_XXX: " << err;
485 VLOG(2) << log_prefix_ << ACCEPTOR_CLIENT_IDENT << "DoRead done!";
490 << "DoRead(): error_or_close. "
492 Cleanup("DoRead");
/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();
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcertificate_manager_handler.cc233 void DoRead(const base::FilePath& path,
256 base::Bind(&FileAccessProvider::DoRead, this, path, saved_errno, data),
283 void FileAccessProvider::DoRead(const base::FilePath& path, function in class:options::FileAccessProvider

Completed in 226 milliseconds

12