OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:was_cancelled
(Results
1 - 3
of
3
) sorted by null
/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
...]
/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
...]
Completed in 399 milliseconds