Searched refs:maximum_height (Results 1 – 1 of 1) sorted by relevance
270 int maximum_height = 0; in GetWindowHeightCloseTo() local278 maximum_height = delegate->GetMaximumSize().height(); in GetWindowHeightCloseTo()282 if (maximum_height) in GetWindowHeightCloseTo()283 target_height = std::min(target_height, maximum_height); in GetWindowHeightCloseTo()