Home
last modified time | relevance | path

Searched refs:WebKitOfflineWebApplicationCacheEnabledPreferenceKey (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebPreferenceKeysPrivate.h114 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey "WebKitOfflineWebApplicationCacheEnabl… macro
DWebPreferences.cpp252 …CFDictionaryAddValue(defaults, CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey), kCFBoo… in initializeDefaultSettings()
1350 setBoolValue(CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey), enabled); in setOfflineWebApplicationCacheEnabled()
1356 *enabled = boolValueForKey(CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey)); in offlineWebApplicationCacheEnabled()
/external/webkit/Source/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h86 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey @"WebKitOfflineWebApplicationCacheEnab… macro
DWebPreferences.mm374 [NSNumber numberWithBool:NO], WebKitOfflineWebApplicationCacheEnabledPreferenceKey,
882 return [self _boolValueForKey:WebKitOfflineWebApplicationCacheEnabledPreferenceKey];
887 [self _setBoolValue:flag forKey:WebKitOfflineWebApplicationCacheEnabledPreferenceKey];