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

/macosx-10.9.5/CF-855.17/
H A DCFUserNotification.h172 const CFStringRef kCFUserNotificationOtherButtonTitleKey; variable
H A DCFUserNotification.c69 CONST_STRING_DECL(kCFUserNotificationOtherButtonTitleKey, "OtherButtonTitle")
449 if (otherButtonTitle) CFDictionaryAddValue(dict, kCFUserNotificationOtherButtonTitleKey, otherButtonTitle);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfusernotification.py114 self.failUnless( isinstance(kCFUserNotificationOtherButtonTitleKey, unicode) )
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfusernotification.py97 self.assertIsInstance(kCFUserNotificationOtherButtonTitleKey, unicode)
/macosx-10.9.5/DiskArbitration-266/DiskArbitrationAgent/
H A DDADialog.m123 CFDictionarySetValue( dictionary, kCFUserNotificationOtherButtonTitleKey, __kDADialogTextDeviceUnreadableIgnore );

Completed in 173 milliseconds