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

  /external/chromium/chrome/browser/ui/cocoa/
shell_dialogs_mac.mm 60 bool was_cancelled,
262 bool was_cancelled,
274 if (was_cancelled) {
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc 127 bool was_cancelled() const { return was_cancelled_; } function in class:net::MultiThreadedProxyResolver::Job
205 if (!was_cancelled() && has_user_callback()) {
271 if (!was_cancelled()) {
519 CHECK(!job || job->was_cancelled() || !job->has_user_callback());
proxy_service.cc 279 DCHECK(!was_cancelled());
326 bool was_cancelled() const { return user_callback_ == NULL; } function in class:net::ProxyService::PacRequest
331 DCHECK(!was_cancelled());
609 if (!req->is_started() && !req->was_cancelled()) {
    [all...]
  /external/chromium/net/base/
host_resolver_impl.cc 273 bool was_cancelled() const { function in class:net::HostResolverImpl::Request
426 if (!req->was_cancelled())
432 bool was_cancelled() const { function in class:net::HostResolverImpl::Job
514 if (was_cancelled())
650 DCHECK(!was_cancelled());
654 if (was_cancelled())
664 if (was_cancelled())
682 bool was_cancelled() const { function in class:net::HostResolverImpl::IPv6ProbeJob
716 if (was_cancelled())
    [all...]

Completed in 962 milliseconds