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

/external/chromium_org/net/url_request/
H A Durl_request_http_job.cc656 scoped_refptr<SharedBoolean> save_next_cookie_running = local
668 save_next_cookie_running,
686 save_next_cookie_running->data = false;
697 // |save_next_cookie_running| is true when the callback is bound and set to
705 scoped_refptr<SharedBoolean> save_next_cookie_running,
711 if (save_next_cookie_running->data) {
704 OnCookieSaved( scoped_refptr<SharedBoolean> save_next_cookie_running, scoped_refptr<SharedBoolean> callback_pending, bool cookie_status) argument

Completed in 1436 milliseconds