Home | History | Annotate | Download | only in tabs

Lines Matching refs:TAB_STRIP_LAYOUT_SHRINK

603       layout_type_(TAB_STRIP_LAYOUT_SHRINK),
1236 SetLayoutType(TAB_STRIP_LAYOUT_SHRINK, true);
2063 // The following code attempts to switch to TAB_STRIP_LAYOUT_SHRINK when the
2085 SetLayoutType(TAB_STRIP_LAYOUT_SHRINK, true);
2684 if (layout_type_ == TAB_STRIP_LAYOUT_SHRINK)
2701 if (value && layout_type_ == TAB_STRIP_LAYOUT_SHRINK)
2702 value = false; // We're already at TAB_STRIP_LAYOUT_SHRINK.