Searched refs:iconPath (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/UserNotification/
H A DKUNCUserNotifications.h48 char *iconPath,
63 char *iconPath,
H A DUNDRequest.defs91 in iconPath:UNDLabel;
108 in iconPath:UNDLabel;
H A DKUNCUserNotifications.c276 char *iconPath,
291 iconPath,
307 char *iconPath,
325 iconPath,
273 KUNCUserNotificationDisplayNotice( int noticeTimeout, unsigned flags, char *iconPath, char *soundPath, char *localizationPath, char *alertHeader, char *alertMessage, char *defaultButtonTitle) argument
304 KUNCUserNotificationDisplayAlert( int alertTimeout, unsigned flags, char *iconPath, char *soundPath, char *localizationPath, char *alertHeader, char *alertMessage, char *defaultButtonTitle, char *alternateButtonTitle, char *otherButtonTitle, unsigned *responseFlags) argument
/macosx-10.10/UserNotification-29/Libunc/
H A DUNCUserNotification.c384 extern int UNCDisplayNotice(double timeout, unsigned long flags, const char *iconPath, const char *soundPath, const char *localizationPath, const char *alertHeader, const char *alertMessage, const char *defaultButtonTitle) {
389 if (iconPath) {contents[i++] = kUNCIconPathKey; contents[i++] = iconPath;}
401 extern int UNCDisplayAlert(double timeout, unsigned long flags, const char *iconPath, const char *soundPath, const char *localizationPath, const char *alertHeader, const char *alertMessage, const char *defaultButtonTitle, const char *alternateButtonTitle, const char *otherButtonTitle, unsigned long *responseFlags) {
406 if (iconPath) {contents[i++] = kUNCIconPathKey; contents[i++] = iconPath;}
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp305 TCHAR iconPath[ MAX_PATH + 12 ] = TEXT( "" ); local
316 wsprintf( iconPath, L"%s,-%d", exePath, IDR_APPLET );
321 Register( g_controlPanelGUID, g_controlPanelName, g_controlPanelCanonicalName, g_controlPanelCategory, localizedName, toolTip, iconPath, exePath );

Completed in 130 milliseconds