Home
last modified time | relevance | path

Searched refs:preferencesKey (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/cf/WebCoreSupport/
DWebInspectorClientCF.cpp85 RetainPtr<CFStringRef> preferencesKey(AdoptCF, createKeyForPreferences(key)); in populateSetting() local
86 …RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(preferencesKey.get(), kCFPre… in populateSetting()
106 RetainPtr<CFStringRef> preferencesKey(AdoptCF, createKeyForPreferences(key)); in storeSetting() local
107 …CFPreferencesSetAppValue(preferencesKey.get(), objectToStore.get(), kCFPreferencesCurrentApplicati… in storeSetting()
/external/jmonkeyengine/engine/src/core/com/jme3/system/
DAppSettings.java256 public void load(String preferencesKey) throws BackingStoreException { in load() argument
257 Preferences prefs = Preferences.userRoot().node(preferencesKey); in load()
285 public void save(String preferencesKey) throws BackingStoreException { in save() argument
286 Preferences prefs = Preferences.userRoot().node(preferencesKey); in save()