Home
last modified time | relevance | path

Searched refs:remaining_height (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ui/views/window/
Dframe_background.cc170 int remaining_height = view->height() - top_area_height_; in PaintFrameColor() local
171 if (remaining_height <= 0) in PaintFrameColor()
176 remaining_height), frame_color_); in PaintFrameColor()
179 remaining_height), frame_color_); in PaintFrameColor()
/external/chromium_org/ui/views/layout/
Dgrid_layout.cc335 remaining_height(0), in ViewState()
363 int remaining_height; member
619 view_state->remaining_height = pref.height(); in CalculateSize()
896 view_state->remaining_height = view_state->pref_height; in SizeRowsAndColumns()
913 view_state->remaining_height = view_state->pref_height; in SizeRowsAndColumns()
924 row->AdjustSize(view_state->remaining_height); in SizeRowsAndColumns()
930 view_state->remaining_height = 0; in SizeRowsAndColumns()
1009 view_state->remaining_height -= rows_[i + start_row]->Size(); in UpdateRemainingHeightFromRows()
1014 int height = view_state->remaining_height; in DistributeRemainingHeight()
1051 view_state->remaining_height = 0; in DistributeRemainingHeight()
/external/chromium_org/chrome/browser/ui/views/frame/
Dapp_panel_browser_frame_view.cc344 int remaining_height = height() - theme_frame->height(); in PaintRestoredFrameBorder() local
345 if (remaining_height > 0) { in PaintRestoredFrameBorder()
348 remaining_height), frame_color); in PaintRestoredFrameBorder()
351 remaining_height), frame_color); in PaintRestoredFrameBorder()