Searched defs:TrapKey (Results 1 – 2 of 2) sorted by relevance
66 struct TrapKey { struct67 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {} in TrapKey() argument71 bool operator<(const TrapKey&) const; argument
24 void KeyEventMapper::TrapKey(uint32 usb_keycode, bool trap_key) { in TrapKey() function in remoting::KeyEventMapper