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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h58 #define WebKitLocalStorageEnabledPreferenceKey "WebKitLocalStorageEnabled" macro
H A DWebPreferences.cpp224 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageEnabledPreferenceKey), kCFBooleanTrue);
1509 setBoolValue(WebKitLocalStorageEnabledPreferenceKey, enabled);
1515 *enabled = boolValueForKey(WebKitLocalStorageEnabledPreferenceKey);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h60 #define WebKitLocalStorageEnabledPreferenceKey @"WebKitLocalStorageEnabledPreferenceKey" macro
H A DWebPreferences.mm446 [NSNumber numberWithBool:YES], WebKitLocalStorageEnabledPreferenceKey,
1659 return [self _boolValueForKey:WebKitLocalStorageEnabledPreferenceKey];
1664 [self _setBoolValue:localStorageEnabled forKey:WebKitLocalStorageEnabledPreferenceKey];

Completed in 129 milliseconds