Home
last modified time | relevance | path

Searched refs:ShouldProcessXI2Event (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/events/x/
Dtouch_factory_x11.h43 bool ShouldProcessXI2Event(XEvent* xevent);
Dtouch_factory_x11.cc148 bool TouchFactory::ShouldProcessXI2Event(XEvent* xev) { in ShouldProcessXI2Event() function in ui::TouchFactory
Devents_x.cc274 if (!factory->ShouldProcessXI2Event(native_event)) in EventTypeFromNative()
/external/chromium_org/ui/aura/
Droot_window_host_x11.cc843 if (!factory->ShouldProcessXI2Event(xev)) in DispatchXI2Event()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_root_window_host_x11.cc1297 if (!factory->ShouldProcessXI2Event(xev)) in Dispatch()
/external/chromium_org/ui/base/x/
Dx11_util.cc461 if (!ui::TouchFactory::GetInstance()->ShouldProcessXI2Event(&next_event)) { in CoalescePendingMotionEvents()