Searched refs:_tab (Results 1 - 5 of 5) sorted by relevance

/haiku/src/servers/app/stackandtile/
H A DSATDecorator.cpp71 ComponentColors _colors, Decorator::Tab* _tab)
73 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab);
70 GetComponentColors(Component component, uint8 highlight, ComponentColors _colors, Decorator::Tab* _tab) argument
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp126 ComponentColors _colors, Decorator::Tab* _tab)
128 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
639 FlatDecorator::_DrawTitle(Decorator::Tab* _tab, BRect rect) argument
644 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
688 \param _tab The \a tab to update.
693 FlatDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) argument
698 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
717 \param _tab The \a tab to update.
722 FlatDecorator::_DrawZoom(Decorator::Tab* _tab, bool direct, BRect rect) argument
730 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
125 GetComponentColors(Component component, uint8 highlight, ComponentColors _colors, Decorator::Tab* _tab) argument
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp108 ComponentColors _colors, Decorator::Tab* _tab)
110 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
573 DefaultDecorator::_DrawTitle(Decorator::Tab* _tab, BRect rect) argument
578 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
622 \param _tab The \a tab to update.
627 DefaultDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) argument
632 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
651 \param _tab The \a tab to update.
656 DefaultDecorator::_DrawZoom(Decorator::Tab* _tab, bool direct, BRect rect) argument
664 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
107 GetComponentColors(Component component, uint8 highlight, ComponentColors _colors, Decorator::Tab* _tab) argument
[all...]
H A DTabDecorator.cpp762 TabDecorator::_SetTabLocation(Decorator::Tab* _tab, float location, argument
777 fOldMovingTab = _tab->tabRect;
781 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
809 _LayoutTabItems(_tab, tabRect);
987 TabDecorator::_LayoutTabItems(Decorator::Tab* _tab, const BRect& tabRect) argument
989 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp206 ComponentColors _colors, Decorator::Tab* _tab)
208 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
659 \param _tab The \a tab to update.
663 BeDecorator::_DrawTitle(Decorator::Tab* _tab, BRect r) argument
667 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
714 \param _tab The \a tab to update.
719 BeDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) argument
724 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab);
743 \param _tab The \a tab to update.
748 BeDecorator::_DrawZoom(Decorator::Tab* _tab, boo argument
205 GetComponentColors(Component component, uint8 highlight, ComponentColors _colors, Decorator::Tab* _tab) argument
[all...]

Completed in 75 milliseconds