Home | History | Annotate | Download | only in web_contents

Lines Matching refs:nextStep

1262     float nextStep = (abs(currentPinchZoomStepDelta_) + 1) * kZoomStepValue;
1264 float zoomInThreshold = (currentPinchZoomStepDelta_ >= 0) ? nextStep
1266 float zoomOutThreshold = (currentPinchZoomStepDelta_ <= 0) ? -nextStep