Searched defs:has_user_callback (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/proxy/
H A Dmulti_threaded_proxy_resolver.cc137 bool has_user_callback() const { return user_callback_ != NULL; } function in class:net::MultiThreadedProxyResolver::Job
159 DCHECK(has_user_callback());
161 // Null the callback so has_user_callback() will now return false.
205 if (!was_cancelled() && has_user_callback()) {
513 // The "has_user_callback()" is to exclude jobs for which the callback
515 // lazy thread provisions). User-initiated jobs may !has_user_callback()
519 CHECK(!job || job->was_cancelled() || !job->has_user_callback());

Completed in 32 milliseconds