Searched refs:WebKitLocalStorageDatabasePathPreferenceKey (Results 1 – 4 of 4) sorted by relevance
67 #define WebKitLocalStorageDatabasePathPreferenceKey "WebKitLocalStorageDatabasePath" macro
241 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageDatabasePathPreferenceKey), CFSTR("")); in initializeDefaultSettings()1306 *location = stringValueForKey(CFSTR(WebKitLocalStorageDatabasePathPreferenceKey)); in localStorageDatabasePath()1312 setStringValue(CFSTR(WebKitLocalStorageDatabasePathPreferenceKey), location); in setLocalStorageDatabasePath()
82 #define WebKitLocalStorageDatabasePathPreferenceKey @"WebKitLocalStorageDatabasePathPreferenceKey" macro
1120 …return [[self _stringValueForKey:WebKitLocalStorageDatabasePathPreferenceKey] stringByStandardizin…1125 …setStringValue:[path stringByStandardizingPath] forKey:WebKitLocalStorageDatabasePathPreferenceKey…