Home
last modified time | relevance | path

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

/external/chromium_org/ash/wm/dock/
Ddocked_window_layout_manager.cc270 int maximum_height = 0; in GetWindowHeightCloseTo() local
278 maximum_height = delegate->GetMaximumSize().height(); in GetWindowHeightCloseTo()
282 if (maximum_height) in GetWindowHeightCloseTo()
283 target_height = std::min(target_height, maximum_height); in GetWindowHeightCloseTo()