Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h109 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey "WebKitOfflineWebApplicationCacheEnabl… macro
DWebPreferences.cpp249 …CFDictionaryAddValue(defaults, CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey), kCFBoo… in initializeDefaultSettings()
1270 setBoolValue(CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey), enabled); in setOfflineWebApplicationCacheEnabled()
1276 *enabled = boolValueForKey(CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey)); in offlineWebApplicationCacheEnabled()
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h84 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey @"WebKitOfflineWebApplicationCacheEnab… macro
DWebPreferences.mm350 [NSNumber numberWithBool:NO], WebKitOfflineWebApplicationCacheEnabledPreferenceKey,
815 return [self _boolValueForKey:WebKitOfflineWebApplicationCacheEnabledPreferenceKey];
820 [self _setBoolValue:flag forKey:WebKitOfflineWebApplicationCacheEnabledPreferenceKey];