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

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h87 // |stacked_layout_| defines what should happen when the tabs won't fit at
88 // their ideal size. When |stacked_layout_| is true the tabs are always sized
91 // When |stacked_layout_| is false the tabs shrink to accommodate the
93 bool stacked_layout() const { return stacked_layout_; }
95 // Sets |stacked_layout_| and animates if necessary.
444 // |stacked_layout_|.
640 // stacked (|stacked_layout_| is true).
653 bool stacked_layout_; member in class:TabStrip
661 // If true the |stacked_layout_| is set to false when the mouse exits the

Completed in 50 milliseconds