Searched refs:current_max_height (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc574 int current_max_height = max_size_.height(); local
575 if (current_max_height > max_height)
576 max_height = std::min(current_max_height, work_area.height());

Completed in 139 milliseconds