Home
last modified time | relevance | path

Searched refs:top_controls_layout_height (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/public/test/
Drender_widget_test.cc45 resize_params.top_controls_layout_height = 0.f; in TestOnResize()
Drender_view_test.cc363 params.top_controls_layout_height = 0.f; in Resize()
/external/chromium_org/content/renderer/
Drender_widget.cc200 void Apply(float top_controls_layout_height,
269 float top_controls_layout_height, in Apply() argument
328 top_controls_layout_height, applied_widget_rect_.size(), resizer_rect, in Apply()
340 Apply(params.top_controls_layout_height, params.resizer_rect, in OnResizeMessage()
651 float top_controls_layout_height, in Resize() argument
669 compositor_->SetTopControlsLayoutHeight(top_controls_layout_height); in Resize()
673 top_controls_layout_height_ = top_controls_layout_height; in Resize()
776 params.top_controls_layout_height, in OnResize()
Drender_widget.h356 float top_controls_layout_height,
Drender_view_impl.cc4145 params.top_controls_layout_height = 0.f; in SetDeviceScaleFactorForTesting()
/external/chromium_org/content/browser/screen_orientation/
Dscreen_orientation_browsertest.cc73 params.top_controls_layout_height = 0.f; in SendFakeScreenOrientation()
/external/chromium_org/cc/trees/
Dlayer_tree_impl.h309 float top_controls_layout_height() const {
Dlayer_tree_host_impl.cc1657 gfx::Vector2dF(0, active_tree_->top_controls_layout_height() - in UpdateInnerViewportContainerSize()
1663 if (active_tree_->top_controls_layout_height() == height) in SetTopControlsLayoutHeight()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_impl.cc577 resize_params->top_controls_layout_height = in GetResizeParams()
617 old_resize_params_->top_controls_layout_height != in WasResized()
618 params->top_controls_layout_height || in WasResized()
/external/chromium_org/content/common/
Dview_messages.h418 IPC_STRUCT_MEMBER(float, top_controls_layout_height)