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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 71 TabStripLayoutType layout_type() const { return layout_type_; }
612 TabStripLayoutType layout_type_; member in class:TabStrip
tab_strip.cc 628 layout_type_(TAB_STRIP_LAYOUT_SHRINK),
667 if (layout_type == layout_type_)
676 layout_type_ = layout_type;
    [all...]

Completed in 2415 milliseconds