Searched refs:WebKitCacheModelPreferenceKey (Results 1 – 5 of 5) sorted by relevance
66 #define WebKitCacheModelPreferenceKey "WebKitCacheModelPreferenceKey" macro
244 CFDictionaryAddValue(defaults, CFSTR(WebKitCacheModelPreferenceKey), cacheModelRef.get()); in initializeDefaultSettings()1172 *cacheModel = (WebCacheModel)integerValueForKey(CFSTR(WebKitCacheModelPreferenceKey)); in cacheModel()1178 setIntegerValue(CFSTR(WebKitCacheModelPreferenceKey), cacheModel); in setCacheModel()
10059 * WebPreferenceKeysPrivate.h: Added WebKitCacheModelPreferenceKey.
103 #define WebKitCacheModelPreferenceKey @"WebKitCacheModelPreferenceKey" macro
344 [NSNumber numberWithInt:cacheModelForMainBundle()], WebKitCacheModelPreferenceKey,741 [self _setIntegerValue:cacheModel forKey:WebKitCacheModelPreferenceKey];747 return [self _integerValueForKey:WebKitCacheModelPreferenceKey];