startPageScaleAnimation  803 Source/web/WebViewImpl.cpp         m_layerTreeView->startPageScaleAnimation(targetPosition, useAnchor, newScale, durationInSeconds);
startPageScaleAnimation 1233 Source/web/WebViewImpl.cpp         isAnimating = startPageScaleAnimation(mainFrameImpl()->frameView()->windowToContents(point), true, scale, doubleTapZoomAnimationDurationInSeconds);
startPageScaleAnimation 1235 Source/web/WebViewImpl.cpp         isAnimating = startPageScaleAnimation(scroll, false, scale, doubleTapZoomAnimationDurationInSeconds);
startPageScaleAnimation 1262 Source/web/WebViewImpl.cpp     startPageScaleAnimation(scroll, false, scale, findInPageAnimationDurationInSeconds);
startPageScaleAnimation 1278 Source/web/WebViewImpl.cpp     startPageScaleAnimation(scroll, false, scale, multipleTargetsZoomAnimationDurationInSeconds);
startPageScaleAnimation 2502 Source/web/WebViewImpl.cpp         startPageScaleAnimation(scroll, false, scale, scrollAndScaleAnimationDurationInSeconds);
startPageScaleAnimation 2910 Source/web/WebViewImpl.cpp     startPageScaleAnimation(IntPoint(m_savedScrollOffset), false, m_savedPageScaleFactor, scrollAndScaleAnimationDurationInSeconds);
startPageScaleAnimation  356 Source/web/WebViewImpl.h     bool startPageScaleAnimation(const WebCore::IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds);
startPageScaleAnimation   93 public/platform/WebLayerTreeView.h     virtual void startPageScaleAnimation(const WebPoint& destination, bool useAnchor, float newPageScale, double durationSec) = 0;