Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/window/
Dframe_background.cc150 int remaining_height = view->height() - top_area_height_; in PaintFrameColor() local
151 if (remaining_height <= 0) in PaintFrameColor()
156 remaining_height), frame_color_); in PaintFrameColor()
159 remaining_height), frame_color_); in PaintFrameColor()
/external/chromium_org/ui/views/layout/
Dgrid_layout.cc328 remaining_height(0), in ViewState()
356 int remaining_height; member
611 view_state->remaining_height = pref.height(); in CalculateSize()
888 view_state->remaining_height = view_state->pref_height; in SizeRowsAndColumns()
905 view_state->remaining_height = view_state->pref_height; in SizeRowsAndColumns()
916 row->AdjustSize(view_state->remaining_height); in SizeRowsAndColumns()
922 view_state->remaining_height = 0; in SizeRowsAndColumns()
1001 view_state->remaining_height -= rows_[i + start_row]->Size(); in UpdateRemainingHeightFromRows()
1006 int height = view_state->remaining_height; in DistributeRemainingHeight()
1043 view_state->remaining_height = 0; in DistributeRemainingHeight()