HomeSort by relevance Sort by last modified time
    Searched refs:DoLoop (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/chromium/net/http/
http_response_body_drainer.cc 30 int rv = DoLoop(OK);
44 int HttpResponseBodyDrainer::DoLoop(int result) {
99 int rv = DoLoop(result);
http_response_body_drainer.h 45 int DoLoop(int result);
disk_cache_based_ssl_host_info.cc 44 &DiskCacheBasedSSLHostInfo::DoLoop)),
57 DoLoop(OK);
86 DoLoop(OK);
101 void DiskCacheBasedSSLHostInfo::DoLoop(int rv) {
disk_cache_based_ssl_host_info.h 82 void DoLoop(int rv);
http_proxy_client_socket.cc 73 rv = DoLoop(OK);
116 int rv = DoLoop(OK);
293 int rv = DoLoop(result);
298 int HttpProxyClientSocket::DoLoop(int last_io_result) {
http_stream_parser.h 112 int DoLoop(int result);
  /external/chromium_org/net/http/
http_response_body_drainer.h 48 int DoLoop(int result);
http_response_body_drainer.cc 46 int rv = DoLoop(OK);
61 int HttpResponseBodyDrainer::DoLoop(int result) {
118 int rv = DoLoop(result);
http_stream_parser.h 144 int DoLoop(int result);
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_runner.h 63 void DoLoop();
websocket_experiment_runner.cc 81 NewRunnableMethod(this, &WebSocketExperimentRunner::DoLoop),
90 NewRunnableMethod(this, &WebSocketExperimentRunner::DoLoop));
177 void WebSocketExperimentRunner::DoLoop() {
197 NewRunnableMethod(this, &WebSocketExperimentRunner::DoLoop),
233 DoLoop();
websocket_experiment_task.cc 232 DoLoop(net::OK);
237 DoLoop(net::OK);
303 DoLoop(result);
318 DoLoop(result);
345 DoLoop(result);
372 DoLoop(result);
393 DoLoop(net::ERR_TIMED_OUT);
396 void WebSocketExperimentTask::DoLoop(int result) {
  /external/chromium_org/chrome/browser/download/
download_target_determiner.cc 84 DoLoop();
94 void DownloadTargetDeterminer::DoLoop() {
131 // return QUIT_DOLOOP. In this case, an inner DoLoop() may complete the target
245 DoLoop();
269 DoLoop();
300 DoLoop();
329 DoLoop();
350 DoLoop();
402 DoLoop();
download_target_determiner.h 97 // of DoLoop().
102 // The DoLoop() that invoked the handler should exit. This value is
105 // taken responsibility for ensuring that DoLoop() is invoked. It is
106 // possible that the handler has invoked another DoLoop() already.
133 // should not be accessed after calling DoLoop().
134 void DoLoop();
  /external/chromium/net/proxy/
init_proxy_resolver.h 89 int DoLoop(int result);
  /external/chromium/net/url_request/
view_cache_helper.h 77 int DoLoop(int result);
  /external/chromium_org/cloud_print/gcp20/prototype/
dns_sd_server.h 69 void DoLoop(int rv);
71 // Function to start listening to socket (delegate to DoLoop function).
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.h 58 int DoLoop(int last_io_result);
  /external/chromium_org/net/tools/dump_cache/
simple_cache_dumper.h 56 int DoLoop(int rv);
  /external/chromium_org/net/url_request/
view_cache_helper.h 83 int DoLoop(int result);
  /external/chromium/net/socket/
socks5_client_socket.h 110 int DoLoop(int last_io_result);
socks_client_socket.h 95 int DoLoop(int last_io_result);
  /external/chromium_org/net/proxy/
proxy_script_decider.h 118 int DoLoop(int result);
  /external/chromium_org/net/socket/
socks5_client_socket.h 110 int DoLoop(int last_io_result);
socks_client_socket.h 95 int DoLoop(int last_io_result);

Completed in 676 milliseconds

1 2 3 4 5