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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h142 #define WebKitFrameFlatteningEnabledPreferenceKey "WebKitFrameFlatteningEnabled" macro
H A DWebPreferences.cpp219 CFDictionaryAddValue(defaults, CFSTR(WebKitFrameFlatteningEnabledPreferenceKey), kCFBooleanFalse);
896 *enabled = boolValueForKey(WebKitFrameFlatteningEnabledPreferenceKey);
903 setBoolValue(WebKitFrameFlatteningEnabledPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h112 #define WebKitFrameFlatteningEnabledPreferenceKey @"WebKitFrameFlatteningEnabled" macro
H A DWebPreferences.mm506 [NSNumber numberWithBool:YES], WebKitFrameFlatteningEnabledPreferenceKey,
508 [NSNumber numberWithBool:NO], WebKitFrameFlatteningEnabledPreferenceKey,
1981 return [self _boolValueForKey:WebKitFrameFlatteningEnabledPreferenceKey];
1986 [self _setBoolValue:flag forKey:WebKitFrameFlatteningEnabledPreferenceKey];

Completed in 79 milliseconds