/external/chromium/net/http/ |
http_response_body_drainer.h | 50 void OnIOComplete(int result);
|
http_response_body_drainer.cc | 21 io_callback_(this, &HttpResponseBodyDrainer::OnIOComplete)), 98 void HttpResponseBodyDrainer::OnIOComplete(int result) {
|
http_auth_controller.h | 115 void OnIOComplete(int result);
|
http_stream_parser.h | 109 void OnIOComplete(int result);
|
/external/chromium_org/net/http/ |
http_response_body_drainer.h | 53 void OnIOComplete(int result);
|
http_response_body_drainer.cc | 92 base::Bind(&HttpResponseBodyDrainer::OnIOComplete, 117 void HttpResponseBodyDrainer::OnIOComplete(int result) {
|
http_auth_controller.h | 117 void OnIOComplete(int result);
|
/external/chromium/net/disk_cache/ |
in_flight_io.cc | 30 controller_->OnIOComplete(this); 52 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
|
in_flight_io.h | 39 // to prevent the first notification to take place (OnIOComplete). 80 // 6. InFlightIO::OnIOComplete() 99 void OnIOComplete(BackgroundIO* operation);
|
/external/chromium_org/net/socket/ |
buffered_write_stream_socket.cc | 130 base::Bind(&BufferedWriteStreamSocket::OnIOComplete, 136 OnIOComplete(result); 140 void BufferedWriteStreamSocket::OnIOComplete(int result) {
|
buffered_write_stream_socket.h | 67 void OnIOComplete(int result);
|
client_socket_handle.cc | 23 callback_(base::Bind(&ClientSocketHandle::OnIOComplete, 139 void ClientSocketHandle::OnIOComplete(int result) {
|
/external/chromium_org/net/disk_cache/ |
cache_creator.cc | 41 void OnIOComplete(int result); 92 base::Bind(&CacheCreator::OnIOComplete, base::Unretained(this))); 101 base::Bind(&CacheCreator::OnIOComplete, base::Unretained(this))); 125 void CacheCreator::OnIOComplete(int result) {
|
in_flight_io.h | 39 // to prevent the first notification to take place (OnIOComplete). 81 // 6. InFlightIO::OnIOComplete() 103 void OnIOComplete(BackgroundIO* operation);
|
in_flight_io.cc | 48 controller_->OnIOComplete(this); 70 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
|
/external/chromium/net/socket/ |
client_socket_handle.cc | 20 callback_(this, &ClientSocketHandle::OnIOComplete)), 75 void ClientSocketHandle::OnIOComplete(int result) {
|
socks5_client_socket.h | 108 void OnIOComplete(int result);
|
/external/chromium/chrome/browser/net/ |
view_http_cache_job_factory.cc | 49 callback_(this, &Core::OnIOComplete)), 70 void OnIOComplete(int result); 128 AddRef(); // Released on OnIOComplete(). 171 void ViewHttpCacheJob::Core::OnIOComplete(int result) {
|
/external/chromium_org/content/browser/net/ |
view_http_cache_job_factory.cc | 55 callback_(base::Bind(&Core::OnIOComplete, this)) { 75 void OnIOComplete(int result); 135 AddRef(); // Released on OnIOComplete(). 178 void ViewHttpCacheJob::Core::OnIOComplete(int result) {
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_response.h | 108 virtual void OnIOComplete(int result) = 0; 180 virtual void OnIOComplete(int result) OVERRIDE; 245 virtual void OnIOComplete(int result) OVERRIDE;
|
/external/chromium_org/net/url_request/ |
view_cache_helper.cc | 221 &disk_cache_, base::Bind(&ViewCacheHelper::OnIOComplete, 247 base::Bind(&ViewCacheHelper::OnIOComplete, base::Unretained(this))); 269 base::Bind(&ViewCacheHelper::OnIOComplete, base::Unretained(this))); 296 base::Bind(&ViewCacheHelper::OnIOComplete, weak_factory_.GetWeakPtr())); 344 base::Bind(&ViewCacheHelper::OnIOComplete, weak_factory_.GetWeakPtr())); 363 void ViewCacheHelper::OnIOComplete(int result) {
|
view_cache_helper.h | 100 void OnIOComplete(int result);
|
/external/chromium/net/url_request/ |
view_cache_helper.h | 94 void OnIOComplete(int result);
|
/external/chromium_org/net/quic/crypto/ |
proof_verifier_chromium.h | 58 void OnIOComplete(int result);
|
/external/chromium_org/net/tools/dump_cache/ |
simple_cache_dumper.h | 74 void OnIOComplete(int rv);
|