Searched refs:adjust_layout (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dbrowser_tab_strip_controller.cc63 bool* adjust_layout) {
64 *adjust_layout = false;
68 *adjust_layout = true;
388 bool adjust_layout = false; local
392 &adjust_layout);
393 if (!adjust_layout || stacked_layout == tabstrip_->stacked_layout())
566 bool adjust_layout = false; local
570 &adjust_layout);
571 tabstrip_->set_adjust_layout(adjust_layout);
60 DetermineTabStripLayoutStacked( PrefService* prefs, chrome::HostDesktopType host_desktop_type, bool* adjust_layout) argument
H A Dtab_strip.h83 // If |adjust_layout| is true the stacked layout changes based on whether the
85 void set_adjust_layout(bool adjust_layout) { adjust_layout_ = adjust_layout; } argument

Completed in 325 milliseconds