Home
last modified time | relevance | path

Searched refs:tab_max_x (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
Dtab_strip.cc2221 const int tab_max_x = tab->x() + tab->width(); in UpdateDropIndex() local
2223 if (x < tab_max_x) { in UpdateDropIndex()
2226 else if (x >= tab_max_x - hot_width) in UpdateDropIndex()