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

/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc54 // Transfer the proxy auth cache from |from_context_| to |to_context_|. If
59 // Callback that receives the content of |to_context_|'s cookie jar. Checks
95 // |to_context_| and call Finish().
103 scoped_refptr<net::URLRequestContextGetter> to_context_; member in class:chromeos::__anon3301::ProfileAuthDataTransferer
128 to_context_(to_context->GetRequestContext()),
162 // Retrieve the contents of |to_context_|'s cookie jar.
164 to_context_->GetURLRequestContext()->cookie_store();
177 net::HttpAuthCache* new_cache = to_context_->GetURLRequestContext()->
286 to_context_->GetURLRequestContext()->cookie_store();
291 to_context_
[all...]

Completed in 111 milliseconds