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

  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 69 // If |adjust_layout| is false the layout is fixed to |layout_type|.
70 void SetLayoutType(TabStripLayoutType layout_type, bool adjust_layout);
71 TabStripLayoutType layout_type() const { return layout_type_; } function in class:TabStrip
browser_tab_strip_controller.cc 357 TabStripLayoutType layout_type = local
359 if (!adjust_layout || layout_type == tabstrip_->layout_type())
364 static_cast<int>(tabstrip_->layout_type()));
534 TabStripLayoutType layout_type = local
536 tabstrip_->SetLayoutType(layout_type, adjust_layout);

Completed in 30 milliseconds