Home
last modified time | relevance | path

Searched refs:IGNORE (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/
Dui.cpp168 case RecoveryUI::IGNORE: in ProcessKey()
306 return IGNORE; in CheckKey()
327 return IsTextVisible() ? ENQUEUE : IGNORE; in CheckKey()
Dui.h89 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE }; enumerator