Searched refs:hot_width (Results 1 – 1 of 1) sorted by relevance
2222 const int hot_width = tab->width() / kTabEdgeRatioInverse; in UpdateDropIndex() local2224 if (x < tab->x() + hot_width) in UpdateDropIndex()2226 else if (x >= tab_max_x - hot_width) in UpdateDropIndex()