HomeSort by relevance Sort by last modified time
    Searched refs:hot_width (Results 1 - 4 of 4) 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...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1717 const int hot_width = bounds.width() \/ kTabEdgeRatioInverse; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 2334 const int hot_width = tab->width() \/ kTabEdgeRatioInverse; local
    [all...]

Completed in 46 milliseconds