Searched refs:B_INVALID (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/interface/
H A DTextControl.cpp599 fLook |= BControlLook::B_INVALID;
601 fLook &= ~BControlLook::B_INVALID;
H A DHaikuControlLook.cpp2132 if ((flags & B_DISABLED) == 0 && (flags & B_INVALID) != 0) {
/haiku/headers/os/interface/
H A DControlLook.h87 B_INVALID = 1 << 9, // invalid value, use B_FAILURE_COLOR enumerator in enum:BPrivate::BControlLook::__anon8
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp1342 if ((flags & B_DISABLED) == 0 && (flags & B_INVALID) != 0)

Completed in 238 milliseconds