Searched refs:WebKitLocalStorageEnabledPreferenceKey (Results 1 – 6 of 6) sorted by relevance
55 #define WebKitLocalStorageEnabledPreferenceKey "WebKitLocalStorageEnabled" macro
212 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageEnabledPreferenceKey), kCFBooleanTrue); in initializeDefaultSettings()1270 setBoolValue(CFSTR(WebKitLocalStorageEnabledPreferenceKey), enabled); in setLocalStorageEnabled()1276 *enabled = boolValueForKey(CFSTR(WebKitLocalStorageEnabledPreferenceKey)); in localStorageEnabled()
2796 and WebKitLocalStorageEnabledPreferenceKey.
57 #define WebKitLocalStorageEnabledPreferenceKey @"WebKitLocalStorageEnabledPreferenceKey" macro
322 [NSNumber numberWithBool:YES], WebKitLocalStorageEnabledPreferenceKey,1006 return [self _boolValueForKey:WebKitLocalStorageEnabledPreferenceKey];1011 [self _setBoolValue:localStorageEnabled forKey:WebKitLocalStorageEnabledPreferenceKey];
9771 WebKitLocalStorageEnabledPreferenceKey.