Home
last modified time | relevance | path

Searched refs:useAnchor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
DWebLayerTreeView.h93 …virtual void startPageScaleAnimation(const WebPoint& destination, bool useAnchor, float newPageSca…
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp833 bool WebViewImpl::startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float new… in startPageScaleAnimation() argument
836 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()
DWebViewImpl.h386 …bool startPageScaleAnimation(const WebCore::IntPoint& targetPosition, bool useAnchor, float newSca…