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

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc779 const int tab_max_x = tab->x() + tab->width(); local
781 if (x < tab_max_x) {
784 else if (x >= tab_max_x - hot_width)
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1578 const int tab_max_x = bounds.x() + bounds.width(); local
1580 if (x < tab_max_x) {
1583 else if (x >= tab_max_x - hot_width)

Completed in 31 milliseconds