Searched defs:tab (Results 1 - 25 of 42) sorted by relevance

12

/haiku/headers/private/interface/
H A DTabViewPrivate.h17 Private(BTab* tab) argument
/haiku/src/system/libroot/posix/musl/math/
H A Dexp2f_data.h15 uint64_t tab[1 << EXP2F_TABLE_BITS]; member in struct:exp2f_data
H A Dlog2f_data.h15 } tab[1 << LOG2F_TABLE_BITS]; member in struct:log2f_data
H A Dlogf_data.h15 } tab[1 << LOGF_TABLE_BITS]; member in struct:logf_data
H A Dpowf_data.h22 } tab[1 << POWF_LOG2_TABLE_BITS]; member in struct:powf_log2_data
H A Dexp_data.h23 uint64_t tab[2*(1 << EXP_TABLE_BITS)]; member in struct:exp_data
H A Dlog2_data.h20 } tab[1 << LOG2_TABLE_BITS]; member in struct:log2_data
H A Dlog_data.h20 } tab[1 << LOG_TABLE_BITS]; member in struct:log_data
H A Dpow_data.h19 } tab[1 << POW_LOG_TABLE_BITS]; member in struct:pow_log_data
/haiku/src/preferences/notifications/
H A DPrefletView.cpp37 BTab* tab = new BTab(); local
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.cpp73 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab); local
H A DStacking.cpp251 Decorator::Tab* tab = parentWindow->Decorator()->TabAt( local
/haiku/src/apps/pulse/
H A DPrefsWindow.cpp122 BTab *tab = fTabView->TabAt(fTabView->Selection()); local
/haiku/src/apps/poorman/libhttpd/
H A Dtdate_parse.c73 strlong_search( char* str, struct strlong* tab, int n, long* lP ) argument
/haiku/src/apps/diskprobe/
H A DAttributeWindow.cpp58 BTab* tab = new BTab(view); local
/haiku/src/system/libroot/posix/stdlib/
H A Dradixsort.c91 radixsort(const u_char **a, int n, const u_char *tab, u_int endch) argument
103 sradixsort(const u_char **a, int n, const u_char *tab, u_int endch) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c55 static int tab; variable
/haiku/src/apps/webpositive/tabview/
H A DTabContainerView.cpp174 TabView* tab; local
186 AddTab(TabView* tab, int32 index) argument
234 TabView* tab = item->Parent(); local
245 TabView* tab = item->Parent(); local
286 TabView* tab = NULL; local
297 SelectTab(TabView* tab) argument
436 TabView* tab = _TabAt(where); local
[all...]
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp128 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
535 _DrawTab(Decorator::Tab* tab, BRect invalid) argument
644 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
698 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
744 _DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect) argument
810 _GetBitmapForButton(Decorator::Tab* tab, Component item, bool down, int32 width, int32 height) argument
925 _GetComponentColors(Component component, ComponentColors _colors, Decorator::Tab* tab) argument
[all...]
/haiku/src/apps/devices/
H A DResourceUsageWindow.cpp253 BTab *tab = new BTab(); local
[all...]
/haiku/src/apps/terminal/
H A DSmartTabView.cpp147 SmartTabView::AddTab(BView* target, BTab* tab) argument
244 BTab* tab = BTabView::RemoveTab(index); local
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp110 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
489 _DrawTab(Decorator::Tab* tab, BRect invalid) argument
578 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
632 Decorator::Tab* tab = static_cast<Decorator::Tab*>(_tab); local
678 _DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect) argument
741 _GetBitmapForButton(Decorator::Tab* tab, Component item, bool down, int32 width, int32 height) argument
847 _GetComponentColors(Component component, ComponentColors _colors, Decorator::Tab* tab) argument
[all...]
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp362 BatteryTab* tab = new BatteryTab(batteryInfoView, view); local
/haiku/headers/private/screen_saver/
H A DScreenSaverSettings.h101 void SetWindowTab(int32 tab) argument
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp126 Decorator::Tab* tab = fTabList.ItemAt(i); local
159 Decorator::Tab* tab local
240 Decorator::Tab* tab = fTabList.ItemAt(i); local
260 Decorator::Tab* tab = fTabList.ItemAt(i); local
327 _DrawTab(Decorator::Tab* tab, BRect rect) argument
358 _DrawTitle(Decorator::Tab* tab, BRect rect) argument
393 _DrawButtons(Decorator::Tab* tab, const BRect& invalid) argument
421 _DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect) argument
447 _DrawZoom(Decorator::Tab* tab, bool direct, BRect rect) argument
479 _DrawClose(Decorator::Tab* tab, bool direct, BRect rect) argument
507 _SetTitle(Decorator::Tab* tab, const char* string, BRegion* updateRegion) argument
528 _SetFocus(Decorator::Tab* tab) argument
550 Decorator::Tab* tab = fTabList.ItemAt(i); local
579 Decorator::Tab* tab = fTabList.ItemAt(i); local
602 Decorator::Tab* tab = new(std::nothrow) Decorator::Tab; local
665 Decorator::Tab* tab = fTabList.ItemAt(i); local
[all...]

Completed in 225 milliseconds

12