Searched refs:standardPrefs (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFApplicationPreferences.c52 _CFApplicationPreferences *standardPrefs; local
56 standardPrefs = _CFStandardApplicationPreferences(appName);
57 return standardPrefs ? _CFApplicationPreferencesCreateValueForKey2(standardPrefs, key) : NULL;
164 _CFApplicationPreferences *standardPrefs; local
168 standardPrefs = _CFStandardApplicationPreferences(appName);
169 if (standardPrefs) {
170 if (value) _CFApplicationPreferencesSet(standardPrefs, key, value);
171 else _CFApplicationPreferencesRemove(standardPrefs, key);
180 _CFApplicationPreferences *standardPrefs; local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebIconDatabase.cpp68 WebPreferences* standardPrefs = WebPreferences::sharedStandardPreferences(); local
70 if (FAILED(standardPrefs->iconDatabaseEnabled(&enabled))) {
83 WebPreferences* standardPrefs = WebPreferences::sharedStandardPreferences(); local
88 if (FAILED(standardPrefs->iconDatabaseLocation(&prefDatabasePath)))

Completed in 84 milliseconds