HomeSort by relevance Sort by last modified time
    Searched refs:hot_width (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 780 const int hot_width = tab->width() / 3; local
782 if (x < tab->x() + hot_width)
784 else if (x >= tab_max_x - hot_width)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1579 const int hot_width = bounds.width() \/ 3; local
    [all...]

Completed in 35 milliseconds