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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp185 static const double doubleTapZoomAnimationDurationInSeconds = 0.25; variable
1339 isAnimating = startPageScaleAnimation(mainFrameImpl()->frameView()->windowToContents(point), true, scale, doubleTapZoomAnimationDurationInSeconds); local
1341 isAnimating = startPageScaleAnimation(scroll, false, scale, doubleTapZoomAnimationDurationInSeconds);

Completed in 1179 milliseconds