Searched defs:max_bounds (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/panels/
H A Dpanel_layout_manager.cc417 const gfx::Rect& max_bounds = panel_container_->GetRootWindow()->bounds(); local
418 const int max_width = max_bounds.width() * kMaxWidthFactor;
419 const int max_height = max_bounds.height() * kMaxHeightFactor;

Completed in 102 milliseconds