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 157 // See the implementation for a description of save_next_cookie_running and
159 void OnCookieSaved(scoped_refptr<SharedBoolean> save_next_cookie_running,
url_request_http_job.cc 640 scoped_refptr<SharedBoolean> save_next_cookie_running = local
652 save_next_cookie_running,
670 save_next_cookie_running->data = false;
681 // |save_next_cookie_running| is true when the callback is bound and set to
689 scoped_refptr<SharedBoolean> save_next_cookie_running,
695 if (save_next_cookie_running->data) {
    [all...]

Completed in 293 milliseconds