Searched refs:kZoomStepValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc2555 const float kZoomStepValue = 0.6f; local
2560 event.data.pinchUpdate.scale = 1.0f + kZoomStepValue * 0.8f;
2570 event.data.pinchUpdate.scale = 1.0f - kZoomStepValue;
2588 event.data.pinchUpdate.scale = 1.0f + kZoomStepValue * 3;
H A Dweb_contents_impl.cc1390 const float kZoomStepValue = 0.6f; local
1399 float nextStep = (abs(currentPinchZoomStepDelta_) + 1) * kZoomStepValue;
1400 float backStep = abs(currentPinchZoomStepDelta_) * kZoomStepValue;

Completed in 196 milliseconds