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

  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 384 bool stacked_layout = local
388 if (!adjust_layout || stacked_layout == tabstrip_->stacked_layout())
392 tabstrip_->stacked_layout());
562 bool stacked_layout = local
567 tabstrip_->SetStackedLayout(stacked_layout);
tab_strip.h 84 bool stacked_layout() const { return stacked_layout_; } function in class:TabStrip
87 void SetStackedLayout(bool stacked_layout);
644 // See description above stacked_layout().
tab_strip.cc 589 void TabStrip::SetStackedLayout(bool stacked_layout) {
590 if (stacked_layout == stacked_layout_)
599 stacked_layout_ = stacked_layout;
    [all...]

Completed in 1438 milliseconds