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

  /bootable/recovery/
default_device.cpp 36 virtual KeyAction CheckKey(int key) {
ui.h 77 virtual KeyAction CheckKey(int key);
ui.cpp 100 // between. Registered keys are passed to CheckKey() to see if it
106 // CheckKey can call IsKeyPressed to see what other keys are held when
125 switch (CheckKey(key_code)) {
223 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key) {
  /device/asus/grouper/recovery/
recovery_ui.cpp 43 virtual KeyAction CheckKey(int key) {
  /device/samsung/crespo/recovery/
recovery_ui.cpp 44 virtual KeyAction CheckKey(int key) {
  /device/samsung/tuna/recovery/
recovery_ui.cpp 44 virtual KeyAction CheckKey(int key) {
  /device/moto/stingray/recovery/
recovery_ui.cpp 48 virtual KeyAction CheckKey(int key) {
  /external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h 33 virtual bool CheckKey(const std::string& user_email,
mock_cryptohome_library.h 47 MOCK_METHOD2(CheckKey, bool(const std::string& user_email,
cryptohome_library.cc 25 bool CheckKey(const std::string& user_email, const std::string& passhash) {
260 bool CheckKey(const std::string& user_email, const std::string& passhash) {
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 342 EXPECT_CALL(*mock_library_, CheckKey(username_, hash_ascii_))
443 EXPECT_CALL(*mock_library_, CheckKey(username_, hash_ascii_))
630 EXPECT_CALL(*mock_library_, CheckKey(username_, _))
679 EXPECT_CALL(*mock_library_, CheckKey(username_, _))
google_authenticator.cc 303 if (CrosLibrary::Get()->GetCryptohomeLibrary()->CheckKey(

Completed in 536 milliseconds