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