Searched refs:GetSystemIcon (Results 1 – 6 of 6) sorted by relevance
251 if (BIconUtils::GetSystemIcon("dialog-error", fStopIcon) != B_OK) { in _FillIcons()269 if (BIconUtils::GetSystemIcon("dialog-warning", fWarnIcon) != B_OK) { in _FillIcons()
39 static status_t GetSystemIcon(const char* iconName, BBitmap* result);
45 BIconUtils::GetSystemIcon("dialog-information", &fBitmap); in AlertWithCheckbox()
118 \fn static status_t BIconUtils::GetSystemIcon(const char* iconName, BBitmap* result)
566 BIconUtils::GetSystemIcon(iconName, icon); in _CreateTypeIcon()
621 BIconUtils::GetSystemIcon(const char* iconName, BBitmap* icon) in GetSystemIcon() function in BIconUtils