Searched refs:callback_pending (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_http_job.cc655 scoped_refptr<SharedBoolean> callback_pending = new SharedBoolean(false); local
669 callback_pending));
673 while (!callback_pending->data &&
677 callback_pending->data = true;
688 if (!callback_pending->data) {
700 // |callback_pending| is false when the callback is invoked and will be set to
706 scoped_refptr<SharedBoolean> callback_pending,
708 callback_pending->data = false;
704 OnCookieSaved( scoped_refptr<SharedBoolean> save_next_cookie_running, scoped_refptr<SharedBoolean> callback_pending, bool cookie_status) argument
H A Durl_request_http_job.h163 // callback_pending.
165 scoped_refptr<SharedBoolean> callback_pending,

Completed in 161 milliseconds