Home
last modified time | relevance | path

Searched refs:SetTopControlsLayoutHeight (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/gpu/
Drender_widget_compositor.h55 void SetTopControlsLayoutHeight(float height); in NON_EXPORTED_BASE()
Drender_widget_compositor.cc465 void RenderWidgetCompositor::SetTopControlsLayoutHeight(float height) { in SetTopControlsLayoutHeight() function in content::RenderWidgetCompositor
466 layer_tree_host_->SetTopControlsLayoutHeight(height); in SetTopControlsLayoutHeight()
/external/chromium_org/cc/trees/
Dlayer_tree_host.h200 void SetTopControlsLayoutHeight(float height);
Dlayer_tree_host_impl.h481 void SetTopControlsLayoutHeight(float height);
Dlayer_tree_host.cc640 void LayerTreeHost::SetTopControlsLayoutHeight(float height) { in SetTopControlsLayoutHeight() function in cc::LayerTreeHost
Dlayer_tree_host_impl.cc1662 void LayerTreeHostImpl::SetTopControlsLayoutHeight(float height) { in SetTopControlsLayoutHeight() function in cc::LayerTreeHostImpl
Dlayer_tree_host_impl_unittest.cc2285 host_impl_->SetTopControlsLayoutHeight( in SetupTopControlsAndScrollLayer()
/external/chromium_org/content/renderer/
Drender_widget.cc669 compositor_->SetTopControlsLayoutHeight(top_controls_layout_height); in Resize()