GetPointerCount    44 content/browser/renderer_host/input/motion_event_android.h   virtual size_t GetPointerCount() const OVERRIDE;
GetPointerCount    67 content/browser/renderer_host/input/motion_event_web.cc   DCHECK_GT(GetPointerCount(), 0U);
GetPointerCount    85 content/browser/renderer_host/input/motion_event_web.cc   DCHECK_LT(pointer_index, GetPointerCount());
GetPointerCount    90 content/browser/renderer_host/input/motion_event_web.cc   DCHECK_LT(pointer_index, GetPointerCount());
GetPointerCount    95 content/browser/renderer_host/input/motion_event_web.cc   DCHECK_LT(pointer_index, GetPointerCount());
GetPointerCount   100 content/browser/renderer_host/input/motion_event_web.cc   DCHECK_LT(pointer_index, GetPointerCount());
GetPointerCount    23 content/browser/renderer_host/input/motion_event_web.h   virtual size_t GetPointerCount() const OVERRIDE;
GetPointerCount   227 content/browser/renderer_host/input/web_input_event_util.cc       std::min(event.GetPointerCount(),
GetPointerCount   169 ui/events/gesture_detection/gesture_detector.cc   const int count = static_cast<int>(ev.GetPointerCount());
GetPointerCount    30 ui/events/gesture_detection/mock_motion_event.h   virtual size_t GetPointerCount() const OVERRIDE;
GetPointerCount    35 ui/events/gesture_detection/motion_event.h   virtual size_t GetPointerCount() const = 0;
GetPointerCount   128 ui/events/gesture_detection/scale_gesture_detector.cc   const int count = static_cast<int>(event.GetPointerCount());
GetPointerCount   303 ui/events/gesture_detection/scale_gesture_detector.cc   const int count = static_cast<int>(ev.GetPointerCount());
GetPointerCount   308 ui/events/gesture_detection/velocity_tracker.cc   size_t pointer_count = event.GetPointerCount();