HomeSort by relevance Sort by last modified time
    Searched refs:SetTopControlsLayoutHeight (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.h 55 void SetTopControlsLayoutHeight(float height);
render_widget_compositor.cc 465 void RenderWidgetCompositor::SetTopControlsLayoutHeight(float height) {
466 layer_tree_host_->SetTopControlsLayoutHeight(height);
  /external/chromium_org/cc/trees/
layer_tree_host.h 200 void SetTopControlsLayoutHeight(float height);
layer_tree_host_impl.h 481 void SetTopControlsLayoutHeight(float height);
layer_tree_host.cc 640 void LayerTreeHost::SetTopControlsLayoutHeight(float height) {
    [all...]
layer_tree_host_impl.cc     [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/content/renderer/
render_widget.cc 669 compositor_->SetTopControlsLayoutHeight(top_controls_layout_height);
    [all...]

Completed in 281 milliseconds