Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebPreferenceKeysPrivate.h56 #define WebKitLocalStorageEnabledPreferenceKey "WebKitLocalStorageEnabled" macro
DWebPreferences.cpp215 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageEnabledPreferenceKey), kCFBooleanTrue); in initializeDefaultSettings()
1374 setBoolValue(CFSTR(WebKitLocalStorageEnabledPreferenceKey), enabled); in setLocalStorageEnabled()
1380 *enabled = boolValueForKey(CFSTR(WebKitLocalStorageEnabledPreferenceKey)); in localStorageEnabled()
DChangeLog-2009-06-162796 and WebKitLocalStorageEnabledPreferenceKey.
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h58 #define WebKitLocalStorageEnabledPreferenceKey @"WebKitLocalStorageEnabledPreferenceKey" macro
DWebPreferences.mm344 [NSNumber numberWithBool:YES], WebKitLocalStorageEnabledPreferenceKey,
1123 return [self _boolValueForKey:WebKitLocalStorageEnabledPreferenceKey];
1128 [self _setBoolValue:localStorageEnabled forKey:WebKitLocalStorageEnabledPreferenceKey];
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2913292 WebKitLocalStorageEnabledPreferenceKey.