Searched refs:WebKitLocalStorageEnabledPreferenceKey (Results 1 – 6 of 6) sorted by relevance
56 #define WebKitLocalStorageEnabledPreferenceKey "WebKitLocalStorageEnabled" macro
215 CFDictionaryAddValue(defaults, CFSTR(WebKitLocalStorageEnabledPreferenceKey), kCFBooleanTrue); in initializeDefaultSettings()1374 setBoolValue(CFSTR(WebKitLocalStorageEnabledPreferenceKey), enabled); in setLocalStorageEnabled()1380 *enabled = boolValueForKey(CFSTR(WebKitLocalStorageEnabledPreferenceKey)); in localStorageEnabled()
2796 and WebKitLocalStorageEnabledPreferenceKey.
58 #define WebKitLocalStorageEnabledPreferenceKey @"WebKitLocalStorageEnabledPreferenceKey" macro
344 [NSNumber numberWithBool:YES], WebKitLocalStorageEnabledPreferenceKey,1123 return [self _boolValueForKey:WebKitLocalStorageEnabledPreferenceKey];1128 [self _setBoolValue:localStorageEnabled forKey:WebKitLocalStorageEnabledPreferenceKey];
13292 WebKitLocalStorageEnabledPreferenceKey.