Home | History | Annotate | Download | only in views

Lines Matching defs:max_x

546   int max_x = GetPreferredSize().width();
547 if ((IconCountToWidth(-1, false) > max_x) && !suppress_chevron_) {
550 max_x -=
564 if (x + icon_width <= max_x) {