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

  /external/chromium_org/ui/base/events/
event_utils.h 106 // scrolled. |x_offset|, |y_offset| and |finger_count| can be NULL.
112 int* finger_count);
event.h 649 int finger_count);
660 int finger_count() const { return finger_count_; } function in class:ui::ScrollEvent
event.cc 720 int finger_count)
726 finger_count_(finger_count) {
  /external/chromium_org/ui/base/x/
device_data_manager.h 178 int* finger_count);
events_x.cc 698 int* finger_count) {
714 if (!finger_count)
715 finger_count = &finger_count_;
721 finger_count);
device_data_manager.cc 437 int* finger_count) {
442 *finger_count = 2;
459 *finger_count = static_cast<int>(data[DT_CMT_FINGER_COUNT]);
  /external/chromium_org/ui/base/ozone/
events_ozone.cc 110 int* finger_count) {
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber.cc 87 if (event->finger_count() != 3)
  /external/chromium_org/ui/base/win/
events_win.cc 291 int* finger_count) {
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc     [all...]

Completed in 436 milliseconds