Searched refs:accel_login_off_the_record_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dexisting_user_view.cc71 accel_login_off_the_record_(
76 AddAccelerator(accel_login_off_the_record_);
106 } else if (accelerator == accel_login_off_the_record_) {
H A Dguest_user_view.cc51 accel_login_off_the_record_(
58 AddAccelerator(accel_login_off_the_record_);
76 if (accelerator == accel_login_off_the_record_)
H A Dexisting_user_view.h57 views::Accelerator accel_login_off_the_record_; member in class:chromeos::ExistingUserView
H A Dguest_user_view.h55 views::Accelerator accel_login_off_the_record_; member in class:chromeos::GuestUserView
H A Dnew_user_view.h164 views::Accelerator accel_login_off_the_record_; member in class:chromeos::NewUserView
H A Dnew_user_view.cc122 accel_login_off_the_record_(ui::VKEY_B, false, false, true),
194 AddAccelerator(accel_login_off_the_record_);
218 } else if (accelerator == accel_login_off_the_record_) {

Completed in 82 milliseconds