HomeSort by relevance Sort by last modified time
    Searched full:current_max_width (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 560 int current_max_width = max_size_.width(); local
561 if (current_max_width > max_width)
562 max_width = std::min(current_max_width, work_area.width());

Completed in 2766 milliseconds