Home
last modified time | relevance | path

Searched refs:SharedBoolean (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_http_job.h65 typedef base::RefCountedData<bool> SharedBoolean; typedef
164 void OnCookieSaved(scoped_refptr<SharedBoolean> save_next_cookie_running,
165 scoped_refptr<SharedBoolean> callback_pending,
Durl_request_http_job.cc655 scoped_refptr<SharedBoolean> callback_pending = new SharedBoolean(false); in SaveNextCookie()
656 scoped_refptr<SharedBoolean> save_next_cookie_running = in SaveNextCookie()
657 new SharedBoolean(true); in SaveNextCookie()
705 scoped_refptr<SharedBoolean> save_next_cookie_running, in OnCookieSaved()
706 scoped_refptr<SharedBoolean> callback_pending, in OnCookieSaved()