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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h71 #define WebKitLocalStorageDatabasePathPreferenceKey "WebKitLocalStorageDatabasePath" macro
H A DWebPreferences.cpp257 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageDatabasePathPreferenceKey), CFSTR(""));
1521 *location = stringValueForKey(WebKitLocalStorageDatabasePathPreferenceKey);
1527 setStringValue(WebKitLocalStorageDatabasePathPreferenceKey, location);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h92 #define WebKitLocalStorageDatabasePathPreferenceKey @"WebKitLocalStorageDatabasePathPreferenceKey" macro
H A DWebPreferences.mm1779 return [[self _stringValueForKey:WebKitLocalStorageDatabasePathPreferenceKey] stringByStandardizingPath];
1784 [self _setStringValue:[path stringByStandardizingPath] forKey:WebKitLocalStorageDatabasePathPreferenceKey];

Completed in 118 milliseconds