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

  /external/chromium/chrome/browser/ui/panels/
panel_manager.cc 47 : max_width_(0),
71 max_width_ = static_cast<int>(work_area.width() * kPanelMaxWidthFactor);
295 else if (width > max_width_)
296 width = max_width_;
panel_manager.h 101 int max_width_; member in class:PanelManager

Completed in 151 milliseconds