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

/external/webkit/Source/WebKit/win/
H A DWebPreferenceKeysPrivate.h140 #define WebKitFrameFlatteningEnabledPreferenceKey "WebKitFrameFlatteningEnabled" macro
H A DWebPreferences.cpp211 CFDictionaryAddValue(defaults, CFSTR(WebKitFrameFlatteningEnabledPreferenceKey), kCFBooleanFalse);
850 *enabled = boolValueForKey(CFSTR(WebKitFrameFlatteningEnabledPreferenceKey));
857 setBoolValue(CFSTR(WebKitFrameFlatteningEnabledPreferenceKey), enabled);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferenceKeysPrivate.h101 #define WebKitFrameFlatteningEnabledPreferenceKey @"WebKitFrameFlatteningEnabled" macro
H A DWebPreferences.mm386 [NSNumber numberWithBool:NO], WebKitFrameFlatteningEnabledPreferenceKey,
1359 return [self _boolValueForKey:WebKitFrameFlatteningEnabledPreferenceKey];
1364 [self _setBoolValue:flag forKey:WebKitFrameFlatteningEnabledPreferenceKey];

Completed in 19 milliseconds