Home
last modified time | relevance | path

Searched refs:WebKitLocalStorageDatabasePathPreferenceKey (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebPreferenceKeysPrivate.h69 #define WebKitLocalStorageDatabasePathPreferenceKey "WebKitLocalStorageDatabasePath" macro
DWebPreferences.cpp244 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageDatabasePathPreferenceKey), CFSTR("")); in initializeDefaultSettings()
1386 *location = stringValueForKey(CFSTR(WebKitLocalStorageDatabasePathPreferenceKey)); in localStorageDatabasePath()
1392 setStringValue(CFSTR(WebKitLocalStorageDatabasePathPreferenceKey), location); in setLocalStorageDatabasePath()
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h84 #define WebKitLocalStorageDatabasePathPreferenceKey @"WebKitLocalStorageDatabasePathPreferenceKey" macro
DWebPreferences.mm1239 …return [[self _stringValueForKey:WebKitLocalStorageDatabasePathPreferenceKey] stringByStandardizin…
1244 …setStringValue:[path stringByStandardizingPath] forKey:WebKitLocalStorageDatabasePathPreferenceKey
/external/webkit/Source/WebKit/mac/Storage/
DWebStorageManager.mm38 NSString * const WebStorageDirectoryDefaultsKey = @"WebKitLocalStorageDatabasePathPreferenceKey";
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebContextMac.mm38 NSString *WebStorageDirectoryDefaultsKey = @"WebKitLocalStorageDatabasePathPreferenceKey";