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

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

Completed in 122 milliseconds