Searched refs:FlavorType (Results 1 – 4 of 4) sorted by relevance
24 enum FlavorType { enum42 explicit DNBError(ValueType err = 0, FlavorType flavor = Generic)52 FlavorType Flavor() const { return m_flavor; } in Flavor()73 void SetError(ValueType err, FlavorType flavor) { in SetError()93 FlavorType m_flavor;
575 * DNBError.h (FlavorType): Added SpringBoard error type for arm builds.
102 FlavorType theType; in DragObj_AddDragItemFlavor()133 FlavorType theType; in DragObj_SetDragItemFlavorData()297 FlavorType theType; in DragObj_GetFlavorType()320 FlavorType theType; in DragObj_GetFlavorFlags()344 FlavorType theType; in DragObj_GetFlavorDataSize()368 FlavorType theType; in DragObj_GetFlavorData()1065 dragglue_SendData(FlavorType theType, void *dragSendRefCon, in dragglue_SendData()
36 FlavorType = OSTypeType("FlavorType") variable