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

  /external/chromium_org/ui/events/x/
device_data_manager.cc 167 xi_device_event_types_[XI_KeyPress] = true;
168 xi_device_event_types_[XI_KeyRelease] = true;
169 xi_device_event_types_[XI_ButtonPress] = true;
170 xi_device_event_types_[XI_ButtonRelease] = true;
171 xi_device_event_types_[XI_Motion] = true;
174 xi_device_event_types_[XI_TouchBegin] = true;
175 xi_device_event_types_[XI_TouchUpdate] = true;
176 xi_device_event_types_[XI_TouchEnd] = true;
363 return xi_device_event_types_[native_event->xcookie.evtype];
device_data_manager.h 261 std::bitset<kMaxXIEventType> xi_device_event_types_; member in class:ui::DeviceDataManager

Completed in 45 milliseconds