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

  /external/chromium_org/chrome/browser/chromeos/login/
screen_locker.cc 234 authentication_capture_.reset(new AuthenticationParametersCapture());
235 authentication_capture_->username = user_context.username;
236 authentication_capture_->pending_requests = pending_requests;
237 authentication_capture_->using_oauth = using_oauth;
256 if (!authentication_capture_.get()) {
267 UserContext(authentication_capture_->username,
270 authentication_capture_->pending_requests,
271 authentication_capture_->using_oauth);
273 authentication_capture_.reset();
screen_locker.h 174 scoped_ptr<AuthenticationParametersCapture> authentication_capture_; member in class:chromeos::ScreenLocker

Completed in 1586 milliseconds