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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h120 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey "WebKitOfflineWebApplicationCacheEnabled" // default: false macro
H A DWebPreferences.cpp265 CFDictionaryAddValue(defaults, CFSTR(WebKitOfflineWebApplicationCacheEnabledPreferenceKey), kCFBooleanFalse);
1485 setBoolValue(WebKitOfflineWebApplicationCacheEnabledPreferenceKey, enabled);
1491 *enabled = boolValueForKey(WebKitOfflineWebApplicationCacheEnabledPreferenceKey);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h94 #define WebKitOfflineWebApplicationCacheEnabledPreferenceKey @"WebKitOfflineWebApplicationCacheEnabled" macro
H A DWebPreferences.mm480 [NSNumber numberWithBool:NO], WebKitOfflineWebApplicationCacheEnabledPreferenceKey,
1254 return [self _boolValueForKey:WebKitOfflineWebApplicationCacheEnabledPreferenceKey];
1259 [self _setBoolValue:flag forKey:WebKitOfflineWebApplicationCacheEnabledPreferenceKey];

Completed in 66 milliseconds