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

  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.cc 114 bool was_cancelled() const { return was_cancelled_; } function in class:net::MultiThreadedProxyResolver::Job
196 if (!was_cancelled() && has_user_callback()) {
265 if (!was_cancelled()) {
276 DCHECK(!was_cancelled());
511 CHECK(!job || job->was_cancelled() || !job->has_user_callback());
proxy_service.cc 753 DCHECK(!was_cancelled());
804 bool was_cancelled() const { function in class:net::ProxyService::PacRequest
811 DCHECK(!was_cancelled());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 319 bool was_cancelled() const { return was_cancelled_; } function in class:drive::file_system::DownloadOperation::DownloadParams
464 if (params->was_cancelled()) {

Completed in 642 milliseconds