Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc232 int minimum_height = kMinimumHeight; in GetWindowHeightCloseTo() local
237 minimum_height = std::max(kMinimumHeight, in GetWindowHeightCloseTo()
243 if (minimum_height) in GetWindowHeightCloseTo()
244 target_height = std::max(target_height, minimum_height); in GetWindowHeightCloseTo()