Searched defs:ResizeLayoutTabs (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_strip.cc163 ResizeLayoutTabs();
686 void TabStrip::ResizeLayoutTabs() { function in class:TabStrip
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_strip_gtk.cc1317 &TabStripGtk::ResizeLayoutTabs),
1472 bool TabStripGtk::ResizeLayoutTabs() { function in class:TabStripGtk
1942 // tabs, do ResizeLayoutTabs(). In RTL(), we will also need to manually
1943 // Layout() when ResizeLayoutTabs() is a no-op.
1944 if ((GetTabCount() == 1) || (!ResizeLayoutTabs() && base::i18n::IsRTL()))

Completed in 150 milliseconds