Searched defs:user_callback_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_response_body_drainer.h58 CompletionCallback user_callback_; member in class:net::HttpResponseBodyDrainer
H A Ddisk_cache_based_quic_server_info.h97 CompletionCallback user_callback_; member in class:net::DiskCacheBasedQuicServerInfo
H A Dhttp_proxy_client_socket.h137 CompletionCallback user_callback_; member in class:net::HttpProxyClientSocket
/external/chromium_org/net/socket/
H A Dsocks_client_socket.h105 CompletionCallback user_callback_; member in class:net::SOCKSClientSocket
H A Dsocks5_client_socket.h126 CompletionCallback user_callback_; member in class:net::SOCKS5ClientSocket
H A Dclient_socket_handle.h197 CompletionCallback user_callback_; member in class:net::ClientSocketHandle
234 user_callback_ = callback;
H A Dsocket_test_util.h1200 CompletionCallback user_callback_; member in class:net::MockTransportClientSocketPool::MockConnectJob
/external/chromium_org/content/browser/net/
H A Dview_http_cache_job_factory.cc62 user_callback_.Reset();
81 base::Closure user_callback_; member in class:content::__anon7271::ViewHttpCacheJob::Core
134 DCHECK(user_callback_.is_null());
151 user_callback_ = callback;
182 if (!user_callback_.is_null())
183 user_callback_.Run();
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.h163 CompletionCallback user_callback_; member in class:disk_cache::SparseControl
H A Dsparse_control_v3.h161 CompletionCallback user_callback_; member in class:disk_cache::SparseControl
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.h200 CompletionCallback user_callback_; member in class:net::FtpNetworkTransaction
/external/chromium_org/net/proxy/
H A Dproxy_service.cc742 user_callback_(user_callback),
801 user_callback_.Reset();
809 return user_callback_.is_null();
857 if (!user_callback_.is_null()) {
858 net::CompletionCallback callback = user_callback_;
870 net::CompletionCallback user_callback_; member in class:net::ProxyService::PacRequest

Completed in 155 milliseconds