Searched defs:IsKeyEvent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher_linux.cc26 bool IsKeyEvent(const base::NativeEvent& native_event) { function in namespace:wm::__anon17189
28 return event->IsKeyEvent();
31 bool IsKeyEvent(const XEvent* xev) {
68 if (IsKeyEvent(event)) {
H A Dnested_accelerator_dispatcher_win.cc21 bool IsKeyEvent(const MSG& msg) { function in namespace:wm::__anon17190
44 if (IsKeyEvent(event)) {
/external/chromium_org/ui/events/win/
H A Devents_win.cc90 bool IsKeyEvent(const base::NativeEvent& native_event) { function in namespace:ui::__anon16788
112 if (IsKeyEvent(native_event))
/external/chromium_org/ui/events/
H A Devent.h93 bool IsKeyEvent() const { function in class:ui::Event

Completed in 555 milliseconds