Searched refs:fPendingColors (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/
H A DDesktop.h387 BMessage fPendingColors; member in class:Desktop
H A DDesktop.cpp2815 fPendingColors.SetColor(colorName, color);
2834 fPendingColors.CountNames(B_RGB_32_BIT_TYPE) == 0)) {
2848 fPendingColors.SetColor(ui_color_name(which), color);
2922 int32 count = fPendingColors.CountNames(B_RGB_32_BIT_TYPE);
2928 settings.SetUIColors(fPendingColors, &changed[0]);
2937 while (fPendingColors.GetInfo(type, index, &name, &type) == B_OK) {
2939 if (which == B_NO_COLOR || fPendingColors.FindColor(name,
2961 fPendingColors.MakeEmpty();

Completed in 28 milliseconds