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

  /external/chromium_org/net/url_request/
url_request_http_job.h 151 // See the implementation for a description of save_next_cookie_running and
153 void OnCookieSaved(scoped_refptr<SharedBoolean> save_next_cookie_running,
url_request_http_job.cc 718 scoped_refptr<SharedBoolean> save_next_cookie_running = local
731 save_next_cookie_running,
749 save_next_cookie_running->data = false;
760 // |save_next_cookie_running| is true when the callback is bound and set to
768 scoped_refptr<SharedBoolean> save_next_cookie_running,
774 if (save_next_cookie_running->data) {
    [all...]

Completed in 216 milliseconds