Home
last modified time | relevance | path

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

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