Home
last modified time | relevance | path

Searched refs:tab_widths (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dtab_strip_layout_helper.cc273 std::vector<TabWidthConstraints> tab_widths; in UpdateIdealBoundsForPinnedTabs() local
279 tab_widths.push_back(TabWidthConstraints(ideal_animation_state, in UpdateIdealBoundsForPinnedTabs()
284 CalculatePinnedTabBounds(layout_constants, tab_widths); in UpdateIdealBoundsForPinnedTabs()
309 std::vector<TabWidthConstraints> tab_widths; in CalculateIdealBounds() local
333 tab_widths.push_back(TabWidthConstraints(ideal_animation_state, in CalculateIdealBounds()
337 return CalculateTabBounds(layout_constants, tab_widths, tabstrip_width, in CalculateIdealBounds()
H A Dtab_animation_state.h42 int GetLeadingEdgeOffset(std::vector<int> tab_widths, int my_index) const;
H A Dtab_animation_state.cc50 int TabAnimationState::GetLeadingEdgeOffset(std::vector<int> tab_widths, in GetLeadingEdgeOffset() argument
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtab_container.cpp328 Vector<int> tab_widths; in _notification() local
334 if (all_tabs_width + tab_width > header_width && tab_widths.size() > 0) in _notification()
337 tab_widths.push_back(tab_width); in _notification()
358 for (int i = 0; i < tab_widths.size(); i++) { in _notification()
376 int tab_width = tab_widths[i]; in _notification()
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtab_container.cpp328 Vector<int> tab_widths; in _notification() local
334 if (all_tabs_width + tab_width > header_width && tab_widths.size() > 0) in _notification()
337 tab_widths.push_back(tab_width); in _notification()
358 for (int i = 0; i < tab_widths.size(); i++) { in _notification()
376 int tab_width = tab_widths[i]; in _notification()
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/qt4/workbench/
H A Dsplit_tab_widget.py744 tab_widths = sum(
748 w -= tab_widths
749 gx += tab_widths