Home | History | Annotate | Download | only in tabs

Lines Matching refs:tab_max_x

779     const int tab_max_x = tab->x() + tab->width();
781 if (x < tab_max_x) {
784 else if (x >= tab_max_x - hot_width)