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

  /external/chromium/net/proxy/
single_threaded_proxy_resolver.cc 62 bool was_cancelled() const { return callback_ == NULL; } function in class:net::SingleThreadedProxyResolver::SetPacScriptTask
84 if (!was_cancelled()) {
147 bool was_cancelled() const { return callback_ == NULL; } function in class:net::SingleThreadedProxyResolver::Job
181 if (!was_cancelled()) {
189 if (!was_cancelled())
proxy_service.cc 101 DCHECK(!was_cancelled());
146 bool was_cancelled() const { return user_callback_ == NULL; } function in class:net::ProxyService::PacRequest
151 DCHECK(!was_cancelled());
403 if (!req->is_started() && !req->was_cancelled()) {
  /external/chromium/net/base/
host_resolver_impl.cc 96 bool was_cancelled() const { function in class:net::HostResolverImpl::Request
255 if (!req->was_cancelled())
261 bool was_cancelled() const { function in class:net::HostResolverImpl::Job
334 if (was_cancelled())
803 if (!req->was_cancelled()) {
813 if (job->was_cancelled())

Completed in 50 milliseconds