Searched defs:useAnchor (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp852 bool WebViewImpl::startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds) argument
855 if (!useAnchor) {
862 if (useAnchor && newScale == pageScaleFactor())
867 m_fakePageScaleAnimationUseAnchor = useAnchor;
872 m_layerTreeView->startPageScaleAnimation(targetPosition, useAnchor, newScale, durationInSeconds);

Completed in 585 milliseconds