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

/macosx-10.10/WebKit-7600.1.25/win/
H A DWebPreferenceKeysPrivate.h56 #define WebKitCSSRegionsEnabledPreferenceKey "WebKitCSSRegionsEnabled" macro
H A DWebPreferences.cpp222 CFDictionaryAddValue(defaults, CFSTR(WebKitCSSRegionsEnabledPreferenceKey), kCFBooleanTrue);
938 *enabled = boolValueForKey(WebKitCSSRegionsEnabledPreferenceKey);
945 setBoolValue(WebKitCSSRegionsEnabledPreferenceKey, enabled);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebPreferenceKeysPrivate.h103 #define WebKitCSSRegionsEnabledPreferenceKey @"WebKitCSSRegionsEnabled" macro
H A DWebPreferences.mm485 [NSNumber numberWithBool:YES], WebKitCSSRegionsEnabledPreferenceKey,
1839 return [self _boolValueForKey:WebKitCSSRegionsEnabledPreferenceKey];
1844 [self _setBoolValue:enabled forKey:WebKitCSSRegionsEnabledPreferenceKey];

Completed in 85 milliseconds