Home
last modified time | relevance | path

Searched defs:TrapKey (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sandbox/linux/seccomp-bpf/
Dtrap.h66 struct TrapKey { struct
67 TrapKey(TrapFnc f, const void* a, bool s) : fnc(f), aux(a), safe(s) {} in TrapKey() argument
71 bool operator<(const TrapKey&) const; argument
/external/chromium_org/remoting/client/
Dkey_event_mapper.cc24 void KeyEventMapper::TrapKey(uint32 usb_keycode, bool trap_key) { in TrapKey() function in remoting::KeyEventMapper