Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/layout/
Dgrid_layout.cc1019 int resizable_rows = 0; in DistributeRemainingHeight() local
1024 resizable_rows++; in DistributeRemainingHeight()
1028 if (resizable_rows > 0) { in DistributeRemainingHeight()
1030 int to_distribute = height / resizable_rows; in DistributeRemainingHeight()