GetPointerId 45 content/browser/renderer_host/input/motion_event_android.h virtual int GetPointerId(size_t pointer_index) const OVERRIDE; GetPointerId 24 content/browser/renderer_host/input/motion_event_web.h virtual int GetPointerId(size_t pointer_index) const OVERRIDE; GetPointerId 183 content/browser/renderer_host/input/web_input_event_util.cc touch.id = event.GetPointerId(pointer_index); GetPointerId 199 ui/events/gesture_detection/gesture_detector.cc const int id1 = ev.GetPointerId(up_index); GetPointerId 206 ui/events/gesture_detection/gesture_detector.cc const int id2 = ev.GetPointerId(i); GetPointerId 310 ui/events/gesture_detection/gesture_detector.cc const int pointer_id = ev.GetPointerId(0); GetPointerId 32 ui/events/gesture_detection/mock_motion_event.h virtual int GetPointerId(size_t pointer_index) const OVERRIDE; GetPointerId 36 ui/events/gesture_detection/motion_event.h virtual int GetPointerId(size_t pointer_index) const = 0; GetPointerId 287 ui/events/gesture_detection/velocity_tracker.cc downIdBits.mark_bit(event.GetPointerId(event.GetActionIndex())); GetPointerId 315 ui/events/gesture_detection/velocity_tracker.cc id_bits.mark_bit(event.GetPointerId(i)); GetPointerId 320 ui/events/gesture_detection/velocity_tracker.cc pointer_index[i] = id_bits.get_index_of_bit(event.GetPointerId(i));