Searched refs:IGNORE (Results 1 – 2 of 2) sorted by relevance
168 case RecoveryUI::IGNORE: in ProcessKey()306 return IGNORE; in CheckKey()327 return IsTextVisible() ? ENQUEUE : IGNORE; in CheckKey()
89 enum KeyAction { ENQUEUE, TOGGLE, REBOOT, IGNORE }; enumerator