Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc691 int total_value = 0; in CalculateGrowthRatios() local
693 total_value += sizes[i]->size(); in CalculateGrowthRatios()
697 (static_cast<float>(sizes[i]->size())) / total_value); in CalculateGrowthRatios()