Searched refs:Component (Results 1 - 18 of 18) sorted by relevance

/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h34 virtual void GetComponentColors(Component component,
61 Component item, bool down, int32 width,
64 void _GetComponentColors(Component component,
H A DTabDecorator.h50 enum Component { enum in class:TabDecorator
H A DDefaultDecorator.cpp107 DefaultDecorator::GetComponentColors(Component component, uint8 highlight,
741 DefaultDecorator::_GetBitmapForButton(Decorator::Tab* tab, Component item,
746 Component item;
847 DefaultDecorator::_GetComponentColors(Component component,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Duttrack.c183 UINT32 Component,
190 UINT32 Component,
237 * Component - Component type of caller
250 UINT32 Component,
279 Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line);
306 * Component - Component type of caller
319 UINT32 Component,
348 ACPI_MEM_CALLOC, Component, Modul
248 AcpiUtAllocateAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
317 AcpiUtAllocateZeroedAndTrack( ACPI_SIZE Size, UINT32 Component, const char *Module, UINT32 Line) argument
386 AcpiUtFreeAndTrack( void *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
512 AcpiUtTrackAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, ACPI_SIZE Size, UINT8 AllocType, UINT32 Component, const char *Module, UINT32 Line) argument
615 AcpiUtRemoveAllocation( ACPI_DEBUG_MEM_BLOCK *Allocation, UINT32 Component, const char *Module, UINT32 Line) argument
752 AcpiUtDumpAllocations( UINT32 Component, const char *Module) argument
[all...]
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.h41 virtual void GetComponentColors(Component component,
66 Component item, bool down, int32 width,
69 void _GetComponentColors(Component component,
H A DFlatDecorator.cpp125 FlatDecorator::GetComponentColors(Component component, uint8 highlight,
810 FlatDecorator::_GetBitmapForButton(Decorator::Tab* tab, Component item,
815 Component item;
925 FlatDecorator::_GetComponentColors(Component component,
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacoutput.h161 /* Component IDs are used in the global "DebugLayer" */
176 /* Component IDs for ACPI tools and utilities */
188 /* Component IDs reserved for ACPI drivers */
406 #define ACPI_IS_DEBUG_ENABLED(Level, Component) \
407 ((Level & AcpiDbgLevel) && (Component & AcpiDbgLayer))
441 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \
443 if (ACPI_IS_DEBUG_ENABLED (Level, Component)) \
445 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
449 #define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \
451 Filename, Modulename, Component, __VA_ARGS_
[all...]
H A Dacutils.h1160 UINT32 Component,
1167 UINT32 Component,
1174 UINT32 Component,
1184 UINT32 Component,
H A Dacnamesp.h384 UINT32 Component);
H A Daclocal.h1599 UINT32 Component; \
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.h39 virtual void GetComponentColors(Component component,
70 Component item, bool down, int32 width,
73 void _GetComponentColors(Component component,
H A DBeDecorator.cpp205 BeDecorator::GetComponentColors(Component component, uint8 highlight,
883 BeDecorator::_GetBitmapForButton(Decorator::Tab* tab, Component item,
892 Component item;
1377 BeDecorator::_GetComponentColors(Component component,
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.h33 virtual void GetComponentColors(Component component,
H A DSATDecorator.cpp70 SATDecorator::GetComponentColors(Component component, uint8 highlight,
/haiku/src/apps/mail/
H A DEnclosures.h98 BMailComponent* Component() { return fComponent; }; function in class:TListItem
H A DEnclosures.cpp134 if (item->Component() == NULL)
172 if (item->Component()) {
175 window->Mail()->RemoveComponent(item->Component());
H A DMailWindow.cpp2471 if (item->Component())
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/namespace/
H A Dnsdump.c261 * Component - Caller's component ID
275 UINT32 Component)
283 if (!ACPI_IS_DEBUG_ENABLED (Level, Component))
271 AcpiNsDumpPathname( ACPI_HANDLE Handle, const char *Msg, UINT32 Level, UINT32 Component) argument

Completed in 360 milliseconds