Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h108 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey "WebKitOfflineWebApplicationCacheEnabl… macro
DWebPreferences.cpp246 …CFDictionaryAddValue(defaults, CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey), kCFBoo… in initializeDefaultSettings()
1246 setBoolValue(CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey), enabled); in setOfflineWebApplicationCacheEnabled()
1252 *enabled = boolValueForKey(CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey)); in offlineWebApplicationCacheEnabled()
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h83 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey @"WebKitOfflineWebApplicationCacheEnab… macro
DWebPreferences.mm349 [NSNumber numberWithBool:NO], WebKitOfflineWebApplicationCacheEnabledPreferenceKey,
808 return [self _boolValueForKey:WebKitOfflineWebApplicationCacheEnabledPreferenceKey];
813 [self _setBoolValue:flag forKey:WebKitOfflineWebApplicationCacheEnabledPreferenceKey];