/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_org/chrome/browser/ui/gtk/tabs/ |
tab_strip_gtk.h | 320 void GetCurrentTabWidths(double* unselected_width, 331 double* unselected_width, 377 // the TabStrip at |last_tab_right|. |unselected_width| is the width of 380 void LayoutNewTabButton(double last_tab_right, double unselected_width); 411 void AnimationLayout(double unselected_width);
|
tab_strip_gtk.cc | [all...] |
dragged_tab_controller_gtk.cc | 430 double unselected_width = 0, selected_width = 0; local 432 &unselected_width, &selected_width); [all...] |
/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...] |
/external/chromium_org/chrome/browser/ui/views/tabs/ |
tab_strip.h | 426 void GetCurrentTabWidths(double* unselected_width, 437 double* unselected_width,
|
tab_strip.cc | [all...] |
tab_drag_controller.cc | 1710 double sel_width, unselected_width; local [all...] |