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

  /external/chromium/net/url_request/
url_request_new_ftp_job.cc 21 start_callback_(this, &URLRequestNewFtpJob::OnStartCompleted)),
114 this, &URLRequestNewFtpJob::OnStartCompleted, net::OK));
139 void URLRequestNewFtpJob::OnStartCompleted(int result) {
194 // be notifying our consumer asynchronously via OnStartCompleted.
204 this, &URLRequestNewFtpJob::OnStartCompleted, rv));
217 // be notifying our consumer asynchronously via OnStartCompleted.
231 this, &URLRequestNewFtpJob::OnStartCompleted, rv));
url_request_new_ftp_job.h 55 void OnStartCompleted(int result);
url_request_http_job.cc 86 this, &URLRequestHttpJob::OnStartCompleted)),
330 // These will be reset in OnStartCompleted.
353 // These will be reset in OnStartCompleted.
366 this, &URLRequestHttpJob::OnStartCompleted, net::OK));
376 // be notifying our consumer asynchronously via OnStartCompleted.
386 this, &URLRequestHttpJob::OnStartCompleted, rv));
397 // be notifying our consumer asynchronously via OnStartCompleted.
407 this, &URLRequestHttpJob::OnStartCompleted, rv));
467 void URLRequestHttpJob::OnStartCompleted(int result) {
619 this, &URLRequestHttpJob::OnStartCompleted, rv))
    [all...]
url_request_http_job.h 76 void OnStartCompleted(int result);

Completed in 71 milliseconds