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

/external/chromium_org/content/test/
H A Dweb_layer_tree_view_impl_for_testing.cc113 void WebLayerTreeViewImplForTesting::startPageScaleAnimation( function in class:content::WebLayerTreeViewImplForTesting
/external/chromium_org/mojo/services/html_viewer/
H A Dweblayertreeview_impl.cc182 void WebLayerTreeViewImpl::startPageScaleAnimation( function in class:mojo::WebLayerTreeViewImpl
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc626 void RenderWidgetCompositor::startPageScaleAnimation( function in class:content::RenderWidgetCompositor
/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);

Completed in 1197 milliseconds