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 113 bool was_cancelled() const { return was_cancelled_; } function in class:net::MultiThreadedProxyResolver::Job
195 if (!was_cancelled() && has_user_callback()) {
261 if (!was_cancelled()) {
489 CHECK(!job || job->was_cancelled() || !job->has_user_callback());
proxy_service.cc 756 DCHECK(!was_cancelled());
808 bool was_cancelled() const { function in class:net::ProxyService::PacRequest
815 DCHECK(!was_cancelled());
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
download_operation.cc 317 bool was_cancelled() const { return was_cancelled_; } function in class:drive::file_system::DownloadOperation::DownloadParams
462 if (params->was_cancelled()) {

Completed in 2063 milliseconds