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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 294 void GetCurrentTabWidths(double* unselected_width,
305 double* unselected_width,
349 // the TabStrip at |last_tab_right|. |unselected_width| is the width of
352 void LayoutNewTabButton(double last_tab_right, double unselected_width);
383 void AnimationLayout(double unselected_width);
tab_strip_gtk.cc     [all...]
dragged_tab_controller_gtk.cc 359 double unselected_width = 0, selected_width = 0; local
361 &unselected_width, &selected_width);
  /external/chromium/chrome/browser/ui/views/tabs/
tab_strip.h 167 void GetCurrentTabWidths(double* unselected_width,
178 double* unselected_width,
tab_strip.cc 600 void TabStrip::GetCurrentTabWidths(double* unselected_width,
602 *unselected_width = current_unselected_width_;
608 double* unselected_width,
614 *unselected_width = min_unselected_width;
644 *selected_width = *unselected_width = Tab::GetStandardSize().width();
658 *unselected_width = std::max(desired_tab_width, min_unselected_width);
666 // width of 1, the above code would set *unselected_width = 2.5,
668 // want to set *unselected_width = 2, *selected_width = 4, for a total width
674 *unselected_width = std::max(static_cast<double>(
    [all...]
dragged_tab_controller.cc 1049 double sel_width, unselected_width; local
    [all...]

Completed in 95 milliseconds