HomeSort by relevance Sort by last modified time
    Searched refs:OnIOComplete (Results 1 - 21 of 21) sorted by null

  /external/chromium/net/socket/
client_socket_handle.cc 18 callback_(this, &ClientSocketHandle::OnIOComplete)) {}
54 void ClientSocketHandle::OnIOComplete(int result) {
socks5_client_socket.h 89 void OnIOComplete(int result);
socks_client_socket.h 83 void OnIOComplete(int result);
tcp_client_socket_pool.h 53 void OnIOComplete(int result);
client_socket_handle.h 124 void OnIOComplete(int result);
tcp_client_socket_pool.cc 47 &TCPConnectJob::OnIOComplete)),
75 void TCPConnectJob::OnIOComplete(int result) {
socks_client_socket.cc 66 io_callback_(this, &SOCKSClientSocket::OnIOComplete)),
170 void SOCKSClientSocket::OnIOComplete(int result) {
socks5_client_socket.cc 52 io_callback_(this, &SOCKS5ClientSocket::OnIOComplete)),
154 void SOCKS5ClientSocket::OnIOComplete(int result) {
  /external/chromium/net/flip/
flip_network_transaction.h 73 void OnIOComplete(int result);
80 // ERR_IO_PENDING, then the result from OnIOComplete will be passed to the
flip_network_transaction.cc 30 io_callback_(this, &FlipNetworkTransaction::OnIOComplete)),
141 void FlipNetworkTransaction::OnIOComplete(int result) {
  /external/chromium/net/http/
http_stream_parser.h 86 void OnIOComplete(int result);
http_cache.h 274 void OnIOComplete(int result, NewEntry* entry);
http_cache_transaction.h 281 void OnIOComplete(int result);
http_network_transaction.h 102 void OnIOComplete(int result);
109 // ERR_IO_PENDING, then the result from OnIOComplete will be passed to the
http_stream_parser.cc 35 io_callback_(this, &HttpStreamParser::OnIOComplete)) {
113 void HttpStreamParser::OnIOComplete(int result) {
http_cache_transaction.cc 121 io_callback_(this, &Transaction::OnIOComplete)),
124 this, &Transaction::OnIOComplete))),
127 this, &Transaction::OnIOComplete))) {
    [all...]
http_cache.cc 115 cache_->OnIOComplete(params.a, entry_);
724 void HttpCache::OnIOComplete(int result, NewEntry* new_entry) {
http_network_transaction.cc 139 io_callback_(this, &HttpNetworkTransaction::OnIOComplete)),
409 void HttpNetworkTransaction::OnIOComplete(int result) {
    [all...]
  /external/chromium/net/disk_cache/
file_posix.cc 43 // controller->OnIOComplete() is called.
57 // to prevent the first notification to take place (OnIOComplete).
106 // 5. InFlightIO::OnIOComplete()
133 void OnIOComplete(BackgroundIO* operation);
157 controller_->OnIOComplete(this);
178 controller_->OnIOComplete(this);
225 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
  /external/chromium/net/ftp/
ftp_network_transaction.h 102 void OnIOComplete(int result);
123 // ERR_IO_PENDING, then the result from OnIOComplete will be passed to the
ftp_network_transaction.cc 54 io_callback_(this, &FtpNetworkTransaction::OnIOComplete)),
332 void FtpNetworkTransaction::OnIOComplete(int result) {
    [all...]

Completed in 1143 milliseconds