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

  /bootable/recovery/
ui.h 83 virtual KeyAction CheckKey(int key);
85 // Called immediately before each call to CheckKey(), tell you if
98 // doing (with the default CheckKey implementation, it's pressing
ui.cpp 108 // between. Registered keys are passed to CheckKey() to see if it
114 // CheckKey can call IsKeyPressed to see what other keys are held when
148 switch (CheckKey(key_code)) {
278 // The default CheckKey implementation assumes the device has power,
284 RecoveryUI::KeyAction RecoveryUI::CheckKey(int key) {
  /device/asus/fugu/recovery/
recovery_ui.cpp 238 KeyAction CheckKey(int key) {
  /external/chromium_org/chrome/browser/chromeos/login/auth/
parallel_authenticator.cc 212 void CheckKey(AuthAttemptState* attempt,
297 base::Bind(&CheckKey,

Completed in 925 milliseconds