Searched refs:OnScaleBegin (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dscale_gesture_detector.h46 virtual bool OnScaleBegin(const ScaleGestureDetector& detector,
57 // |OnScaleBegin() returns true.
63 virtual bool OnScaleBegin(const ScaleGestureDetector&,
H A Dscale_gesture_detector.cc47 bool ScaleGestureDetector::SimpleScaleGestureListener::OnScaleBegin( function in class:ui::ScaleGestureDetector::SimpleScaleGestureListener
209 in_progress_ = listener_->OnScaleBegin(*this, event);
H A Dgesture_provider.cc196 virtual bool OnScaleBegin(const ScaleGestureDetector& detector,
604 // Note that returning false from |OnScaleBegin()| or |OnScale()| prevents

Completed in 4102 milliseconds