Home
last modified time | relevance | path

Searched refs:WebKitCacheModelPreferenceKey (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebPreferenceKeysPrivate.h68 #define WebKitCacheModelPreferenceKey "WebKitCacheModelPreferenceKey" macro
DWebPreferences.cpp247 CFDictionaryAddValue(defaults, CFSTR(WebKitCacheModelPreferenceKey), cacheModelRef.get()); in initializeDefaultSettings()
1252 *cacheModel = (WebCacheModel)integerValueForKey(CFSTR(WebKitCacheModelPreferenceKey)); in cacheModel()
1258 setIntegerValue(CFSTR(WebKitCacheModelPreferenceKey), cacheModel); in setCacheModel()
DChangeLog-2009-06-1610059 * WebPreferenceKeysPrivate.h: Added WebKitCacheModelPreferenceKey.
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h119 #define WebKitCacheModelPreferenceKey @"WebKitCacheModelPreferenceKey" macro
DWebPreferences.mm368 [NSNumber numberWithInt:cacheModelForMainBundle()], WebKitCacheModelPreferenceKey,
798 [self _setIntegerValue:cacheModel forKey:WebKitCacheModelPreferenceKey];
804 return [self _integerValueForKey:WebKitCacheModelPreferenceKey];