Searched refs:was_cancelled (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/proxy/
H A Dmulti_threaded_proxy_resolver.cc113 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());
H A Dproxy_service.cc756 DCHECK(!was_cancelled());
808 bool was_cancelled() const { function in class:net::ProxyService::PacRequest
815 DCHECK(!was_cancelled());
1099 if (!req->is_started() && !req->was_cancelled()) {
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc317 bool was_cancelled() const { return was_cancelled_; } function in class:drive::file_system::DownloadOperation::DownloadParams
462 if (params->was_cancelled()) {

Completed in 94 milliseconds