Searched refs:useAnchor (Results 1 – 3 of 3) sorted by relevance
93 …virtual void startPageScaleAnimation(const WebPoint& destination, bool useAnchor, float newPageSca…
833 bool WebViewImpl::startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float new… in startPageScaleAnimation() argument836 if (!useAnchor) { in startPageScaleAnimation()843 if (useAnchor && newScale == pageScaleFactor()) in startPageScaleAnimation()848 m_fakePageScaleAnimationUseAnchor = useAnchor; in startPageScaleAnimation()853 … m_layerTreeView->startPageScaleAnimation(targetPosition, useAnchor, newScale, durationInSeconds); in startPageScaleAnimation()
386 …bool startPageScaleAnimation(const WebCore::IntPoint& targetPosition, bool useAnchor, float newSca…