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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 309 int GetTabHOffset(int tab_index);
tab_strip_gtk.cc 332 // completion. This is necessary as the value returned by GetTabHOffset
334 // the animation), and unless we layout GetTabHOffset won't be called after
809 tab_right += GetTabHOffset(i + 1);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 335 int GetTabHOffset(int tab_index);
tab_strip_gtk.cc 356 // completion. This is necessary as the value returned by GetTabHOffset
358 // the animation), and unless we layout GetTabHOffset won't be called after
844 tab_right += GetTabHOffset(i + 1);
    [all...]

Completed in 509 milliseconds