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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h56 #define WebKitLocalStorageEnabledPreferenceKey "WebKitLocalStorageEnabled" macro
H A DWebPreferences.cpp215 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageEnabledPreferenceKey), kCFBooleanTrue);
1374 setBoolValue(CFSTR(WebKitLocalStorageEnabledPreferenceKey), enabled);
1380 *enabled = boolValueForKey(CFSTR(WebKitLocalStorageEnabledPreferenceKey));
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h58 #define WebKitLocalStorageEnabledPreferenceKey @"WebKitLocalStorageEnabledPreferenceKey" macro
H A DWebPreferences.mm344 [NSNumber numberWithBool:YES], WebKitLocalStorageEnabledPreferenceKey,
1123 return [self _boolValueForKey:WebKitLocalStorageEnabledPreferenceKey];
1128 [self _setBoolValue:localStorageEnabled forKey:WebKitLocalStorageEnabledPreferenceKey];

Completed in 136 milliseconds