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

  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 54 bool* adjust_layout) {
55 *adjust_layout = false;
65 *adjust_layout = true;
356 bool adjust_layout = false; local
358 DetermineTabStripLayout(g_browser_process->local_state(), &adjust_layout);
359 if (!adjust_layout || layout_type == tabstrip_->layout_type())
533 bool adjust_layout = false; local
535 DetermineTabStripLayout(g_browser_process->local_state(), &adjust_layout);
536 tabstrip_->SetLayoutType(layout_type, adjust_layout);
tab_strip.h 67 // Sets the layout type. If |adjust_layout| is true the layout type changes
69 // If |adjust_layout| is false the layout is fixed to |layout_type|.
70 void SetLayoutType(TabStripLayoutType layout_type, bool adjust_layout);
tab_strip.cc 640 bool adjust_layout) {
641 adjust_layout_ = adjust_layout;
    [all...]

Completed in 64 milliseconds