Searched defs:GetPointerCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_web.cc67 DCHECK_GT(GetPointerCount(), 0U);
82 size_t MotionEventWeb::GetPointerCount() const { return event_.touchesLength; } function in class:content::MotionEventWeb
85 DCHECK_LT(pointer_index, GetPointerCount());
90 DCHECK_LT(pointer_index, GetPointerCount());
95 DCHECK_LT(pointer_index, GetPointerCount());
100 DCHECK_LT(pointer_index, GetPointerCount());
105 DCHECK_LT(pointer_index, GetPointerCount());
110 DCHECK_LT(pointer_index, GetPointerCount());
116 DCHECK_LT(pointer_index, GetPointerCount());
122 DCHECK_LT(pointer_index, GetPointerCount());
[all...]
H A Dmotion_event_android.cc269 size_t MotionEventAndroid::GetPointerCount() const { function in class:content::MotionEventAndroid
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_generic.cc82 size_t MotionEventGeneric::GetPointerCount() const { function in class:ui::MotionEventGeneric
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc122 size_t MotionEventAura::GetPointerCount() const { return pointer_count_; } function in class:ui::MotionEventAura

Completed in 76 milliseconds