HomeSort by relevance Sort by last modified time
    Searched defs:ScopedXI2Event (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/test/
events_test_utils_x11.h 31 class ScopedXI2Event {
33 ScopedXI2Event();
34 ~ScopedXI2Event();
81 DISALLOW_COPY_AND_ASSIGN(ScopedXI2Event);
events_test_utils_x11.cc 145 ScopedXI2Event::ScopedXI2Event() {}
146 ScopedXI2Event::~ScopedXI2Event() {}
148 void ScopedXI2Event::InitKeyEvent(EventType type,
172 void ScopedXI2Event::InitGenericButtonEvent(int deviceid,
188 void ScopedXI2Event::InitGenericMouseWheelEvent(int deviceid,
196 void ScopedXI2Event::InitScrollEvent(int deviceid,
215 void ScopedXI2Event::InitFlingScrollEvent(int deviceid,
235 void ScopedXI2Event::InitTouchEvent(int deviceid
    [all...]

Completed in 60 milliseconds