Searched refs:top_controls_layout_height (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/content/public/test/ |
D | render_widget_test.cc | 45 resize_params.top_controls_layout_height = 0.f; in TestOnResize()
|
D | render_view_test.cc | 363 params.top_controls_layout_height = 0.f; in Resize()
|
/external/chromium_org/content/renderer/ |
D | render_widget.cc | 200 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()
|
D | render_widget.h | 356 float top_controls_layout_height,
|
D | render_view_impl.cc | 4145 params.top_controls_layout_height = 0.f; in SetDeviceScaleFactorForTesting()
|
/external/chromium_org/content/browser/screen_orientation/ |
D | screen_orientation_browsertest.cc | 73 params.top_controls_layout_height = 0.f; in SendFakeScreenOrientation()
|
/external/chromium_org/cc/trees/ |
D | layer_tree_impl.h | 309 float top_controls_layout_height() const {
|
D | layer_tree_host_impl.cc | 1657 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/ |
D | render_widget_host_impl.cc | 577 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/ |
D | view_messages.h | 418 IPC_STRUCT_MEMBER(float, top_controls_layout_height)
|