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

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebLayerTreeView.h92 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.h102 virtual void startPageScaleAnimation(const blink::WebPoint& destination,
H A Drender_widget_compositor.cc626 void RenderWidgetCompositor::startPageScaleAnimation( function in class:content::RenderWidgetCompositor
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.h79 virtual void startPageScaleAnimation(const blink::WebPoint& destination,
H A Dweblayertreeview_impl.cc182 void WebLayerTreeViewImpl::startPageScaleAnimation( function in class:mojo::WebLayerTreeViewImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewImpl.cpp852 bool WebViewImpl::startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds) function in class:blink::WebViewImpl
872 m_layerTreeView->startPageScaleAnimation(targetPosition, useAnchor, newScale, durationInSeconds);
1339 isAnimating = startPageScaleAnimation(mainFrameImpl()->frameView()->windowToContents(point), true, scale, doubleTapZoomAnimationDurationInSeconds);
1341 isAnimating = startPageScaleAnimation(scroll, false, scale, doubleTapZoomAnimationDurationInSeconds);
1368 startPageScaleAnimation(scroll, false, scale, findInPageAnimationDurationInSeconds);
1384 startPageScaleAnimation(scroll, false, scale, multipleTargetsZoomAnimationDurationInSeconds);
2804 startPageScaleAnimation(scroll, false, scale, scrollAndScaleAnimationDurationInSeconds);
H A DWebViewImpl.h338 bool startPageScaleAnimation(const IntPoint& targetPosition, bool useAnchor, float newScale, double durationInSeconds);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp3875 virtual void startPageScaleAnimation(const WebPoint& destination, bool useAnchor, float newPageScale, double durationSec) OVERRIDE { }

Completed in 176 milliseconds