Home
last modified time | relevance | path

Searched refs:StartPageScaleAnimation (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/frame/
H A Dweb_frame_widget_base.h204 void StartPageScaleAnimation(const gfx::Vector2d& destination,
H A Dweb_frame_widget_base.cc424 void WebFrameWidgetBase::StartPageScaleAnimation( in StartPageScaleAnimation() function in blink::WebFrameWidgetBase
429 widget_base_->LayerTreeHost()->StartPageScaleAnimation( in StartPageScaleAnimation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.cc631 bool WebViewImpl::StartPageScaleAnimation(const IntPoint& target_position, in StartPageScaleAnimation() function in blink::WebViewImpl
666 MainFrameImpl()->FrameWidgetImpl()->StartPageScaleAnimation( in StartPageScaleAnimation()
1061 is_animating = StartPageScaleAnimation(target_position, true, scale, in AnimateDoubleTapZoom()
1064 is_animating = StartPageScaleAnimation(scroll, false, scale, in AnimateDoubleTapZoom()
1099 StartPageScaleAnimation(scroll, false, scale, kFindInPageAnimationDuration); in ZoomToFindInPageRect()
2192 StartPageScaleAnimation(scroll, false, scale, in ZoomAndScrollToFocusedEditableElementRect()
2201 StartPageScaleAnimation(target_position, false, PageScaleFactor(), duration); in SmoothScroll()
H A Dweb_view_impl.h280 bool StartPageScaleAnimation(const IntPoint& target_position,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_view_impl.cc590 bool WebViewImpl::StartPageScaleAnimation(const IntPoint& target_position, in StartPageScaleAnimation() function in blink::WebViewImpl
625 MainFrameImpl()->FrameWidgetImpl()->StartPageScaleAnimation( in StartPageScaleAnimation()
885 is_animating = StartPageScaleAnimation(target_position, true, scale, in AnimateDoubleTapZoom()
888 is_animating = StartPageScaleAnimation(scroll, false, scale, in AnimateDoubleTapZoom()
923 StartPageScaleAnimation(scroll, false, scale, kFindInPageAnimationDuration); in ZoomToFindInPageRect()
2115 StartPageScaleAnimation(scroll, false, scale, in ZoomAndScrollToFocusedEditableElementRect()
2124 StartPageScaleAnimation(target_position, false, PageScaleFactor(), duration); in SmoothScroll()
H A Dweb_view_impl.h301 bool StartPageScaleAnimation(const IntPoint& target_position,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/layers/
H A Dviewport.cc220 host_impl_->StartPageScaleAnimation( in PinchEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/layers/
H A Dviewport.cc271 host_impl_->StartPageScaleAnimation( in PinchEnd()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host.h420 void StartPageScaleAnimation(const gfx::Vector2d& target_offset,
H A Dlayer_tree_host_impl.h294 void StartPageScaleAnimation(const gfx::Vector2d& target_offset,
H A Dlayer_tree_host.cc1265 void LayerTreeHost::StartPageScaleAnimation(const gfx::Vector2d& target_offset, in StartPageScaleAnimation() function in cc::LayerTreeHost
H A Dlayer_tree_host_impl.cc799 void LayerTreeHostImpl::StartPageScaleAnimation( in StartPageScaleAnimation() function in cc::LayerTreeHostImpl
3096 StartPageScaleAnimation(pending_page_scale_animation->target_offset, in ActivateSyncTree()
H A Dlayer_tree_host_unittest.cc3192 layer_tree_host()->StartPageScaleAnimation(gfx::Vector2d(), false, in DidCommitAndDrawFrame()
H A Dlayer_tree_host_impl_unittest.cc8048 host_impl_->LayerTreeHostImpl::StartPageScaleAnimation( in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host.h434 void StartPageScaleAnimation(const gfx::Vector2d& target_offset,
H A Dlayer_tree_host_impl.h285 void StartPageScaleAnimation(const gfx::Vector2d& target_offset,
H A Dlayer_tree_host.cc1334 void LayerTreeHost::StartPageScaleAnimation(const gfx::Vector2d& target_offset, in StartPageScaleAnimation() function in cc::LayerTreeHost
H A Dlayer_tree_host_impl.cc931 void LayerTreeHostImpl::StartPageScaleAnimation( in StartPageScaleAnimation() function in cc::LayerTreeHostImpl
3203 StartPageScaleAnimation(pending_page_scale_animation->target_offset, in ActivateSyncTree()
H A Dlayer_tree_host_unittest.cc3292 layer_tree_host()->StartPageScaleAnimation(gfx::Vector2d(), false, in DidCommitAndDrawFrame()
H A Dlayer_tree_host_impl_unittest.cc8845 host_impl_->LayerTreeHostImpl::StartPageScaleAnimation( in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dweb_frame_widget_base.h506 void StartPageScaleAnimation(const gfx::Vector2d& destination,
H A Dweb_frame_widget_base.cc846 void WebFrameWidgetBase::StartPageScaleAnimation( in StartPageScaleAnimation() function in blink::WebFrameWidgetBase
851 widget_base_->LayerTreeHost()->StartPageScaleAnimation( in StartPageScaleAnimation()