Searched refs:DoReadComplete (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/http/
H A Ddisk_cache_based_quic_server_info.h71 int DoReadComplete(int rv);
H A Ddisk_cache_based_quic_server_info.cc156 rv = DoReadComplete(rv);
207 int DiskCacheBasedQuicServerInfo::DoReadComplete(int rv) { function in class:net::DiskCacheBasedQuicServerInfo
H A Ddisk_based_cert_cache.cc335 int DoReadComplete(int rv);
428 rv = DoReadComplete(rv);
462 int DiskBasedCertCache::ReadWorker::DoReadComplete(int rv) { function in class:net::DiskBasedCertCache::ReadWorker
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_transport.h161 // DoReadComplete is called, and so on.
163 int DoReadComplete(int result);
H A Dcast_transport.cc341 rv = DoReadComplete(rv);
387 int CastTransport::DoReadComplete(int result) { function in class:extensions::core_api::cast_channel::CastTransport
388 VLOG_WITH_CONNECTION(2) << "DoReadComplete result = " << result;
H A Dcast_socket.h203 // DoReadComplete is called, and so on.
205 int DoReadComplete(int result);
H A Dcast_socket.cc680 rv = DoReadComplete(rv);
731 int CastSocket::DoReadComplete(int result) { function in class:extensions::core_api::cast_channel::CastSocket
732 VLOG_WITH_CONNECTION(2) << "DoReadComplete result = " << result;
/external/chromium_org/net/spdy/
H A Dspdy_session.h674 int DoReadComplete(int result);
H A Dspdy_session.cc1365 result = DoReadComplete(result);
1408 int SpdySession::DoReadComplete(int result) { function in class:net::SpdySession
/external/chromium_org/net/socket/
H A Dssl_client_socket_unittest.cc160 int DoReadComplete(int result);
212 rv = DoReadComplete(rv);
234 int ReadBufferingStreamSocket::DoReadComplete(int result) { function in class:net::__anon9537::ReadBufferingStreamSocket

Completed in 5042 milliseconds