Searched refs:WebKitCacheModelPreferenceKey (Results 1 – 5 of 5) sorted by relevance
68 #define WebKitCacheModelPreferenceKey "WebKitCacheModelPreferenceKey" macro
247 CFDictionaryAddValue(defaults, CFSTR(WebKitCacheModelPreferenceKey), cacheModelRef.get()); in initializeDefaultSettings()1252 *cacheModel = (WebCacheModel)integerValueForKey(CFSTR(WebKitCacheModelPreferenceKey)); in cacheModel()1258 setIntegerValue(CFSTR(WebKitCacheModelPreferenceKey), cacheModel); in setCacheModel()
10059 * WebPreferenceKeysPrivate.h: Added WebKitCacheModelPreferenceKey.
119 #define WebKitCacheModelPreferenceKey @"WebKitCacheModelPreferenceKey" macro
368 [NSNumber numberWithInt:cacheModelForMainBundle()], WebKitCacheModelPreferenceKey,798 [self _setIntegerValue:cacheModel forKey:WebKitCacheModelPreferenceKey];804 return [self _integerValueForKey:WebKitCacheModelPreferenceKey];