Home
last modified time | relevance | path

Searched refs:ApplyScrollAndScale (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_client.h28 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
Dlayer_tree_host_unittest_scroll.cc75 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function in cc::__anon28c0ec860111::LayerTreeHostScrollTestScrollSimple
152 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function in cc::__anon28c0ec860111::LayerTreeHostScrollTestScrollMultipleRedraw
312 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function in cc::__anon28c0ec860111::LayerTreeHostScrollTestScrollAbortedCommit
468 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function in cc::__anon28c0ec860111::LayerTreeHostScrollTestCaseWithChild
808 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function in cc::__anon28c0ec860111::ImplSidePaintingScrollTestSimple
Dlayer_tree_host_perftest.cc341 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function in cc::__anon536228850111::PageScaleImplSidePaintingPerfTest
Dlayer_tree_host.h235 void ApplyScrollAndScale(const ScrollAndScaleSet& info);
Dlayer_tree_host.cc1051 void LayerTreeHost::ApplyScrollAndScale(const ScrollAndScaleSet& info) { in ApplyScrollAndScale() function in cc::LayerTreeHost
1085 client_->ApplyScrollAndScale(root_scroll_delta, info.page_scale_delta); in ApplyScrollAndScale()
Dthread_proxy.cc824 layer_tree_host()->ApplyScrollAndScale( in BeginMainFrame()
Dlayer_tree_host_unittest.cc1162 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, float scale) in ApplyScrollAndScale() function in cc::__anone5ca78380111::LayerTreeHostTestStartPageScaleAnimation
/external/chromium_org/cc/test/
Dfake_layer_tree_host_client.h34 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function
Dlayer_tree_test.cc232 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function in cc::LayerTreeHostClientForTesting
234 test_hooks_->ApplyScrollAndScale(scroll_delta, scale); in ApplyScrollAndScale()
Dlayer_tree_test.h59 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function
/external/chromium_org/content/test/
Dweb_layer_tree_view_impl_for_testing.h66 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, float page_scale)
Dweb_layer_tree_view_impl_for_testing.cc152 void WebLayerTreeViewImplForTesting::ApplyScrollAndScale( in ApplyScrollAndScale() function in webkit::WebLayerTreeViewImplForTesting
/external/chromium_org/content/browser/renderer_host/
Dcompositor_impl_android.h78 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function
/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.h125 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta,
Drender_widget_compositor.cc587 void RenderWidgetCompositor::ApplyScrollAndScale(gfx::Vector2d scroll_delta, in ApplyScrollAndScale() function in content::RenderWidgetCompositor
/external/chromium_org/ui/compositor/
Dcompositor.h301 virtual void ApplyScrollAndScale(gfx::Vector2d scroll_delta, in NON_EXPORTED_BASE()