Home | History | Annotate | Download | only in tabs

Lines Matching refs:hot_width

1717     const int hot_width = bounds.width() / kTabEdgeRatioInverse;
1719 if (x < bounds.x() + hot_width)
1721 else if (x >= tab_max_x - hot_width)