Searched defs:OnRead (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/remoting/base/
H A Dsocket_reader.cc45 base::Bind(&SocketReader::OnRead, weak_factory_.GetWeakPtr()));
52 void SocketReader::OnRead(int result) { function in class:remoting::SocketReader
/external/chromium_org/net/socket_stream/
H A Dsocket_stream_metrics.cc50 void SocketStreamMetrics::OnRead(int len) { function in class:net::SocketStreamMetrics
/external/chromium_org/remoting/protocol/
H A Dmessage_reader.cc53 base::Bind(&MessageReader::OnRead, weak_factory_.GetWeakPtr()));
58 void MessageReader::OnRead(int result) { function in class:remoting::protocol::MessageReader
H A Dconnection_tester.cc106 base::Bind(&StreamConnectionTester::OnRead, base::Unretained(this)));
111 void StreamConnectionTester::OnRead(int result) { function in class:remoting::protocol::StreamConnectionTester
224 base::Bind(&DatagramConnectionTester::OnRead, base::Unretained(this)));
229 void DatagramConnectionTester::OnRead(int result) { function in class:remoting::protocol::DatagramConnectionTester
/external/chromium/net/socket_stream/
H A Dsocket_stream_metrics.cc61 void SocketStreamMetrics::OnRead(int len) { function in class:net::SocketStreamMetrics
/external/chromium_org/native_client_sdk/src/examples/api/url_loader/
H A Durl_loader_handler.cc94 void URLLoaderHandler::OnRead(int32_t result) { function in class:URLLoaderHandler
121 cc_factory_.NewOptionalCallback(&URLLoaderHandler::OnRead);
126 // OnRead here, since in the case of result > 0 it will schedule
136 // an error. We want OnRead to get called no matter what to handle
/external/chromium_org/webkit/browser/fileapi/
H A Dupload_file_system_file_element_reader.cc85 base::Bind(&UploadFileSystemFileElementReader::OnRead,
89 OnRead(net::CompletionCallback(), result);
104 void UploadFileSystemFileElementReader::OnRead( function in class:fileapi::UploadFileSystemFileElementReader
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dhistory_data_store_unittest.cc66 store_->Load(base::Bind(&HistoryDataStoreTest::OnRead,
85 void OnRead(scoped_ptr<HistoryData::Associations> associations) { function in class:app_list::test::HistoryDataStoreTest
/external/chromium_org/chrome/test/chromedriver/net/
H A Dwebsocket.cc143 base::Bind(&WebSocket::OnRead, base::Unretained(this)));
145 OnRead(code);
148 void WebSocket::OnRead(int code) { function in class:WebSocket
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_output_watcher_unittest.cc80 base::Bind(&ProcessOutputWatcherTest::OnRead, base::Unretained(this)));
84 void OnRead(ProcessOutputType type, const std::string& output) { function in class:chromeos::ProcessOutputWatcherTest
/external/chromium_org/media/audio/
H A Dasync_socket_io_handler_unittest.cc31 base::Bind(&TestSocketReader::OnRead,
45 void OnRead(int bytes_read) { function in class:__anon8367::TestSocketReader
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_message_process_host.cc225 base::Bind(&NativeMessageProcessHost::OnRead, base::Unretained(this)));
230 void NativeMessageProcessHost::OnRead(int result) { function in class:extensions::NativeMessageProcessHost
/external/chromium_org/jingle/glue/
H A Dpseudotcp_adapter.cc64 void OnRead(int result);
391 base::Bind(&PseudoTcpAdapter::Core::OnRead, base::Unretained(this)));
410 void PseudoTcpAdapter::Core::OnRead(int result) { function in class:jingle_glue::PseudoTcpAdapter::Core
H A Dchrome_async_socket_unittest.cc178 this, &ChromeAsyncSocketTest::OnRead);
267 void OnRead() { function in class:jingle_glue::__anon8340::ChromeAsyncSocketTest
H A Dpseudotcp_adapter_unittest.cc264 base::Bind(&TCPChannelTester::OnRead, base::Unretained(this)));
269 void OnRead(int result) { function in class:jingle_glue::__anon8347::TCPChannelTester
/external/chromium_org/net/base/
H A Dupload_data_stream_unittest.cc88 .WillOnce(Invoke(this, &MockUploadElementReader::OnRead));
97 int OnRead(IOBuffer* buf, function in class:net::__anon8568::MockUploadElementReader
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp.cc235 base::Bind(&P2PSocketHostTcp::OnRead, base::Unretained(this)));
240 void P2PSocketHostTcpBase::OnRead(int result) { function in class:content::P2PSocketHostTcpBase
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
H A Dpeer_connection_client.cc87 &PeerConnectionClient::OnRead);
350 void PeerConnectionClient::OnRead(talk_base::AsyncSocket* socket) { function in class:PeerConnectionClient
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc375 Bind(&FileSystemIndexingJob::OnRead, this));
378 void DevToolsFileSystemIndexer::FileSystemIndexingJob::OnRead( function in class:DevToolsFileSystemIndexer::FileSystemIndexingJob
H A Dtethering_adb_filter.cc129 &SocketTunnel::OnRead, base::Unretained(this), from, to, buffer));
131 OnRead(from, to, buffer, result);
134 void OnRead(net::StreamSocket* from, function in class:__anon4706::SocketTunnel
H A Ddevtools_adb_bridge.cc137 base::Bind(&UsbDeviceImpl::OnRead, this,
140 OnRead(socket, buffer, std::string(), callback, result);
143 void OnRead(net::StreamSocket* socket, function in class:__anon4699::UsbDeviceImpl
156 base::Bind(&UsbDeviceImpl::OnRead, this,
159 OnRead(socket, buffer, new_data, callback, result);
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc1135 void BackendImpl::OnRead(int32 bytes) { function in class:disk_cache::BackendImpl
1143 // We use the same implementation as OnRead... just log the number of bytes.
1144 OnRead(bytes);
/external/chromium_org/net/disk_cache/
H A Dbackend_impl.cc1020 void BackendImpl::OnRead(int32 bytes) { function in class:disk_cache::BackendImpl
1028 // We use the same implementation as OnRead... just log the number of bytes.
1029 OnRead(bytes);
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_impl_v3.cc378 void BackendImpl::OnRead(int32 bytes) { function in class:disk_cache::BackendImpl
386 // We use the same implementation as OnRead... just log the number of bytes.
387 OnRead(bytes);

Completed in 377 milliseconds