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

  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.cc 779 const int tab_max_x = tab->x() + tab->width(); local
781 if (x < tab_max_x) {
784 else if (x >= tab_max_x - hot_width)
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1578 const int tab_max_x = bounds.x() + bounds.width(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1716 const int tab_max_x = bounds.x() + bounds.width(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.cc 2333 const int tab_max_x = tab->x() + tab->width(); local
    [all...]

Completed in 527 milliseconds