Searched refs:CFPreferencesGetAppIntegerValue (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFApplicationPreferences.c157 CFIndex CFPreferencesGetAppIntegerValue(CFStringRef key, CFStringRef appName, Boolean *keyExistsAndHasValidFormat) { function
H A DCFPreferences.h77 CFIndex CFPreferencesGetAppIntegerValue(CFStringRef key, CFStringRef applicationID, Boolean *keyExistsAndHasValidFormat);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm6333 int mode = CFPreferencesGetAppIntegerValue(AppleKeyboardUIMode, UniversalAccessDomain, &keyExistsAndHasValidFormat);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWKFullKeyboardAccessWatcher.mm53 int mode = CFPreferencesGetAppIntegerValue(AppleKeyboardUIMode, UniversalAccessDomain, &keyExistsAndHasValidFormat);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfpreferences.py15 self.assertArgHasType(CFPreferencesGetAppIntegerValue, 2, b'o^Z')
16 v, valid = CFPreferencesGetAppIntegerValue("WindowCloseAction", "com.apple.Terminal", None)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfpreferences.py17 self.failUnlessArgHasType(CFPreferencesGetAppIntegerValue, 2, 'o^Z')
18 v, valid = CFPreferencesGetAppIntegerValue("WindowCloseAction", "com.apple.Terminal", None)
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmacterm.c1365 CFPreferencesGetAppIntegerValue (CFSTR ("AppleAntiAliasingThreshold"),

Completed in 653 milliseconds