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

  /external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc 44 event.finger_count() != 3) {
  /external/chromium_org/ui/events/ozone/
events_ozone.cc 135 int* finger_count) {
147 if (finger_count)
148 *finger_count = event->finger_count();
  /external/chromium_org/ui/events/test/
events_test_utils_x11.h 67 int finger_count);
events_test_utils_x11.cc 219 int finger_count) {
227 Valuator(DeviceDataManagerX11::DT_CMT_FINGER_COUNT, finger_count)
  /external/chromium_org/ui/events/
event_utils.h 149 // scrolled. |x_offset|, |y_offset| and |finger_count| can be NULL.
155 int* finger_count);
events_stub.cc 110 int* finger_count) {
event.h 764 int finger_count);
775 int finger_count() const { return finger_count_; } function in class:ui::ScrollEvent
event.cc 933 int finger_count)
939 finger_count_(finger_count) {
  /external/chromium_org/ui/events/x/
device_data_manager_x11.h 171 int* finger_count);
device_data_manager_x11.cc 467 int* finger_count) {
472 *finger_count = 2;
486 *finger_count = static_cast<int>(data[DT_CMT_FINGER_COUNT]);
events_x.cc 825 int* finger_count) {
841 if (!finger_count)
842 finger_count = &finger_count_;
848 finger_count);
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 87 if (event->finger_count() != 3)
  /external/chromium_org/ui/events/win/
events_win.cc 340 int* finger_count) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]

Completed in 472 milliseconds