Searched defs:tab (Results 26 - 50 of 59) sorted by relevance

123

/haiku-fatelf/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp290 tab(struct console_desc *console) function
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DFontsWindow.cpp120 BTab *tab; local
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Dvp8.c405 const uint8_t* tab; local
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dframe.c328 const uint8_t* tab; local
/haiku-fatelf/src/apps/serialconnect/libvterm/src/
H A Dstate.c131 static void tab(VTermState *state, int count, int direction) function
/haiku-fatelf/src/bin/gdb/bfd/
H A Daoutx.h1922 struct bfd_strtab_hash *tab; variable in typeref:struct:bfd_strtab_hash
1957 struct bfd_strtab_hash *tab; variable in typeref:struct:bfd_strtab_hash
H A Decofflink.c1783 struct ecoff_fdrtab_entry *tab; local
1890 struct ecoff_fdrtab_entry *tab; local
1940 struct ecoff_fdrtab_entry *tab; local
[all...]
/haiku-fatelf/src/kits/media/
H A DDefaultMediaTheme.cpp461 TabView::Select(int32 tab) argument
/haiku-fatelf/src/servers/app/decorator/
H A DDecorator.cpp86 Decorator::Tab* tab = _AllocateNewTab(); local
122 Decorator::Tab* tab = fTabList.RemoveItemAt(index); local
152 Decorator::Tab* tab = fTabList.ItemAt(i); local
162 SetTopTab(int32 tab) argument
190 SetFlags(int32 tab, uint32 flags, BRegion* updateRegion) argument
223 SetLook(int32 tab, DesktopSettings& settings, window_look look, BRegion* updateRect) argument
300 SetClose(int32 tab, bool pressed) argument
320 SetMinimize(int32 tab, bool pressed) argument
340 SetZoom(int32 tab, bool pressed) argument
357 SetTitle(int32 tab, const char* string, BRegion* updateRegion) argument
394 SetTabLocation(int32 tab, float location, bool isShifting, BRegion* updateRegion) argument
417 SetFocus(int32 tab, bool active) argument
496 Decorator::Tab* tab = fTabList.ItemAt(i); local
586 SetRegionHighlight(Region region, uint8 highlight, BRegion* dirty, int32 tab) argument
657 Decorator::Tab* tab = fTabList.ItemAt(tabIndex); local
671 DrawClose(int32 tab) argument
682 DrawMinimize(int32 tab) argument
693 DrawTitle(int32 tab) argument
704 DrawZoom(int32 tab) argument
757 Decorator::Tab* tab = fTabList.ItemAt(i); local
777 _DrawTab(Decorator::Tab* tab, BRect rect) argument
790 _DrawClose(Decorator::Tab* tab, bool direct, BRect rect) argument
805 _DrawTitle(Decorator::Tab* tab, BRect rect) argument
818 _DrawZoom(Decorator::Tab* tab, bool direct, BRect rect) argument
831 _DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect) argument
837 _SetTabLocation(Decorator::Tab* tab, float location, bool isShifting, BRegion* ) argument
846 _SetFocus(Decorator::Tab* tab) argument
858 _SetLook(Decorator::Tab* tab, DesktopSettings& settings, window_look look, BRegion* updateRect) argument
866 _SetFlags(Decorator::Tab* tab, uint32 flags, BRegion* updateRegion) argument
876 Decorator::Tab* tab = fTabList.ItemAt(i); local
[all...]
H A DDefaultWindowBehaviour.cpp499 int32 tab; local
548 int32 tab; local
468 DecoratorButtonState(DefaultWindowBehaviour& behavior, int32 tab, Decorator::Region button) argument
719 int32 tab = -1; local
[all...]
H A DDefaultDecorator.cpp157 DefaultDecorator::Tab* tab = _TabAt(i); local
261 DefaultDecorator::Tab* tab = _TabAt(tabIndex); local
433 Decorator::Tab* tab = fTabList.ItemAt(i); local
454 DefaultDecorator::Tab* tab = _TabAt(i); local
539 Decorator::Tab* tab = fTabList.ItemAt(i); local
568 Decorator::Tab* tab = fTabList.ItemAt(i); local
588 Decorator::Tab* tab = fTabList.ItemAt(i); local
609 DefaultDecorator::Tab* tab = _TabAt(i); local
618 Decorator::Tab* tab = new(std::nothrow) DefaultDecorator::Tab; local
876 _DrawTab(Decorator::Tab* tab, BRect invalid) argument
955 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab); local
972 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab); local
1035 _SetTitle(Decorator::Tab* tab, const char* string, BRegion* updateRegion) argument
1075 _SetLook(Decorator::Tab* tab, DesktopSettings& settings, window_look look, BRegion* updateRegion) argument
1097 _SetFlags(Decorator::Tab* tab, uint32 flags, BRegion* updateRegion) argument
1118 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab); local
1134 Decorator::Tab* tab = fTabList.ItemAt(i); local
1249 DefaultDecorator::Tab* tab = _TabAt(0); local
1319 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab); local
1467 DrawButtons(Decorator::Tab* tab, const BRect& invalid) argument
1490 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab); local
1657 DefaultDecorator::Tab* tab = static_cast<DefaultDecorator::Tab*>(_tab); local
1738 DefaultDecorator::Tab* tab = _TabAt(i); local
1748 _GetBitmapForButton(Decorator::Tab* tab, Component item, bool down, int32 width, int32 height) argument
1853 _GetComponentColors(Component component, ComponentColors _colors, Decorator::Tab* tab) argument
1906 DefaultDecorator::Tab* tab = _TabAt(0); local
[all...]
/haiku-fatelf/src/servers/app/stackandtile/
H A DTiling.cpp136 Tab* tab = verticalTabs->ItemAt(i); local
498 SATTiling::_SearchHighlightWindow(Tab* tab, Tab* firstOrthTab, argument
H A DSATGroup.cpp679 Tab::AddCrossing(Tab* tab) argument
719 Tab::FindCrossingIndex(Tab* tab) argument
757 Tab::FindCrossing(Tab* tab) argument
999 BReference<Tab> tab = group->_AddHorizontalTab(); local
1006 BReference<Tab> tab = group->_AddVerticalTab(); local
1128 _RemoveHorizontalTab(Tab* tab) argument
1139 _RemoveVerticalTab(Tab* tab) argument
1210 Tab* tab = parent->LeftTopCrossing()->VerticalTab(); local
1236 Tab* tab = parent->LeftTopCrossing()->HorizontalTab(); local
1262 Tab* tab = parent->RightTopCrossing()->VerticalTab(); local
1289 Tab* tab = parent->LeftBottomCrossing()->HorizontalTab(); local
[all...]
/haiku-fatelf/src/apps/webpositive/tabview/
H A DTabManager.cpp262 TabView* tab = fTabContainerView->TabAt(i); local
905 TabView* tab = fTabContainerView->TabAt(tabIndex); local
915 WebTabView* tab = dynamic_cast<WebTabView*>(fTabContainerView->TabAt( local
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Djoin.c127 static int tab = -1; variable
[all...]
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A Dchew.c1019 int tab = 0; local
/haiku-fatelf/src/bin/gdb/gdb/
H A Dsource.c425 char *tab = NULL; local
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_fax3.c603 putspan(TIFF* tif, int32 span, const tableentry* tab) argument
/haiku-fatelf/src/libs/tiff/
H A Dtif_fax3.c625 putspan(TIFF* tif, int32 span, const tableentry* tab) argument
/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp819 BView* tab = fVariablesView = VariablesView::Create(this); local
[all...]
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/
H A Djpc_dec.c2160 jpc_ppxstab_t *tab; local
2171 jpc_ppxstab_destroy(jpc_ppxstab_t *tab) argument
2183 jpc_ppxstab_grow(jpc_ppxstab_t *tab, int maxents) argument
2198 jpc_ppxstab_insert(jpc_ppxstab_t *tab, jpc_ppxstabent_t *ent) argument
2225 jpc_ppmstabtostreams(jpc_ppxstab_t *tab) argument
2303 jpc_pptstabwrite(jas_stream_t *out, jpc_ppxstab_t *tab) argument
[all...]
/haiku-fatelf/src/bin/gawk/
H A Deval.c297 genflags2str(int flagval, const struct flagtab *tab) argument
/haiku-fatelf/src/kits/interface/
H A DTabView.cpp457 BTab *tab = dynamic_cast<BTab *>(archivedTab); local
463 AddTab(dynamic_cast<BView*>(archivedView), tab); local
501 BTab* tab = TabAt(i); local
528 BTab* tab; local
752 BTab *tab = TabAt(Selection()); local
813 SetFocusTab(int32 tab, bool focused) argument
1207 AddTab(BView *target, BTab *tab) argument
1337 BTab *tab = TabAt(tabIndex); local
[all...]
/haiku-fatelf/src/libs/alm/
H A DALMLayout.cpp72 bool AttempAdd(T* tab) argument
458 IndexOf(XTab* tab, bool ordered) argument
470 IndexOf(YTab* tab, bool ordered) argument
1203 XTab* tab; local
1216 YTab* tab; local
1451 _RemoveSelfFromTab(XTab* tab) argument
1452 _RemoveSelfFromTab(YTab* tab) argument
1454 _HasTabInLayout(XTab* tab) argument
1455 _HasTabInLayout(YTab* tab) argument
1457 _AddedTab(XTab* tab) argument
1458 _AddedTab(YTab* tab) argument
[all...]
/haiku-fatelf/src/servers/app/
H A DWindow.cpp2214 int tab = decorator->TabAt(where); local

Completed in 338 milliseconds

123