Searched defs:current_max_height (Results 1 - 1 of 1) sorted by last modified time

/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 84 milliseconds