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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLayerTreeView.h90 virtual void startPageScaleAnimation(const WebPoint& destination, bool useAnchor, float newPageScale, double durationSec) = 0;
/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc113 void WebLayerTreeViewImplForTesting::startPageScaleAnimation( function in class:content::WebLayerTreeViewImplForTesting
H A Dweb_layer_tree_view_impl_for_testing.h48 virtual void startPageScaleAnimation(const blink::WebPoint& destination,
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.h100 virtual void startPageScaleAnimation(const blink::WebPoint& destination,
H A Drender_widget_compositor.cc528 void RenderWidgetCompositor::startPageScaleAnimation( function in class:content::RenderWidgetCompositor
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp803 bool WebViewImpl::startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds) function in class:blink::WebViewImpl
823 m_layerTreeView->startPageScaleAnimation(targetPosition, useAnchor, newScale, durationInSeconds);
1271 isAnimating = startPageScaleAnimation(mainFrameImpl()->frameView()->windowToContents(point), true, scale, doubleTapZoomAnimationDurationInSeconds);
1273 isAnimating = startPageScaleAnimation(scroll, false, scale, doubleTapZoomAnimationDurationInSeconds);
1300 startPageScaleAnimation(scroll, false, scale, findInPageAnimationDurationInSeconds);
1316 startPageScaleAnimation(scroll, false, scale, multipleTargetsZoomAnimationDurationInSeconds);
2602 startPageScaleAnimation(scroll, false, scale, scrollAndScaleAnimationDurationInSeconds);
H A DWebViewImpl.h325 bool startPageScaleAnimation(const WebCore::IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds);

Completed in 307 milliseconds