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/lock/
screen_locker.cc 212 authentication_capture_.reset(new AuthenticationParametersCapture());
213 authentication_capture_->user_context = user_context;
227 if (!authentication_capture_.get()) {
235 authentication_capture_->user_context);
237 authentication_capture_.reset();
screen_locker.h 184 scoped_ptr<AuthenticationParametersCapture> authentication_capture_; member in class:chromeos::ScreenLocker

Completed in 4232 milliseconds