Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h67 #define WebKitLocalStorageDatabasePathPreferenceKey "WebKitLocalStorageDatabasePath" macro
DWebPreferences.cpp241 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageDatabasePathPreferenceKey), CFSTR("")); in initializeDefaultSettings()
1306 *location = stringValueForKey(CFSTR(WebKitLocalStorageDatabasePathPreferenceKey)); in localStorageDatabasePath()
1312 setStringValue(CFSTR(WebKitLocalStorageDatabasePathPreferenceKey), location); in setLocalStorageDatabasePath()
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h82 #define WebKitLocalStorageDatabasePathPreferenceKey @"WebKitLocalStorageDatabasePathPreferenceKey" macro
DWebPreferences.mm1120 …return [[self _stringValueForKey:WebKitLocalStorageDatabasePathPreferenceKey] stringByStandardizin…
1125 …setStringValue:[path stringByStandardizingPath] forKey:WebKitLocalStorageDatabasePathPreferenceKey