Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h65 #define WebKitCacheModelPreferenceKey "WebKitCacheModelPreferenceKey" macro
DWebPreferences.cpp241 CFDictionaryAddValue(defaults, CFSTR(WebKitCacheModelPreferenceKey), cacheModelRef.get()); in initializeDefaultSettings()
1148 *cacheModel = (WebCacheModel)integerValueForKey(CFSTR(WebKitCacheModelPreferenceKey)); in cacheModel()
1154 setIntegerValue(CFSTR(WebKitCacheModelPreferenceKey), cacheModel); in setCacheModel()
DChangeLog-2009-06-1610059 * WebPreferenceKeysPrivate.h: Added WebKitCacheModelPreferenceKey.
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h96 #define WebKitCacheModelPreferenceKey @"WebKitCacheModelPreferenceKey" macro
DWebPreferences.mm343 [NSNumber numberWithInt:cacheModelForMainBundle()], WebKitCacheModelPreferenceKey,
734 [self _setIntegerValue:cacheModel forKey:WebKitCacheModelPreferenceKey];
740 return [self _integerValueForKey:WebKitCacheModelPreferenceKey];