HomeSort by relevance Sort by last modified time
    Searched full:stacked_layout_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 78 // |stacked_layout_| defines what should happen when the tabs won't fit at
79 // their ideal size. When |stacked_layout_| is true the tabs are always sized
82 // When |stacked_layout_| is false the tabs shrink to accommodate the
84 bool stacked_layout() const { return stacked_layout_; }
86 // Sets |stacked_layout_| and animates if necessary.
440 // |stacked_layout_|.
632 // stacked (|stacked_layout_| is true).
645 bool stacked_layout_; member in class:TabStrip
653 // If true the |stacked_layout_| is set to false when the mouse exits the
tab_strip.cc 553 stacked_layout_(false),
590 if (stacked_layout == stacked_layout_)
599 stacked_layout_ = stacked_layout;
744 if (stacked_layout_)
    [all...]

Completed in 62 milliseconds