Home
last modified time | relevance | path

Searched refs:WebKitRespectStandardStyleKeyEquivalentsPreferenceKey (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h71 #define WebKitRespectStandardStyleKeyEquivalentsPreferenceKey "WebKitRespectStandardStyleKeyEquival… macro
DWebPreferences.cpp222 …CFDictionaryAddValue(defaults, CFSTR(WebKitRespectStandardStyleKeyEquivalentsPreferenceKey), kCFBo… in initializeDefaultSettings()
/external/webkit/WebKit/mac/WebView/
DWebPreferenceKeysPrivate.h97 #define WebKitRespectStandardStyleKeyEquivalentsPreferenceKey @"WebKitRespectStandardStyleKeyEquiva… macro
DWebPreferences.mm330 [NSNumber numberWithBool:NO], WebKitRespectStandardStyleKeyEquivalentsPreferenceKey,
845 return [self _boolValueForKey:WebKitRespectStandardStyleKeyEquivalentsPreferenceKey];
850 [self _setBoolValue:flag forKey:WebKitRespectStandardStyleKeyEquivalentsPreferenceKey];
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0910853 new preference key WebKitRespectStandardStyleKeyEquivalentsPreferenceKey
10856 initial value of WebKitRespectStandardStyleKeyEquivalentsPreferenceKey is NO (maybe we'll
10859 read WebKitRespectStandardStyleKeyEquivalentsPreferenceKey
10861 write WebKitRespectStandardStyleKeyEquivalentsPreferenceKey
DChangeLog-2010-01-2922195 …* WebView/WebPreferenceKeysPrivate.h: Define WebKitRespectStandardStyleKeyEquivalentsPreferenceKey.
22197 …(+[WebPreferences initialize]): Default WebKitRespectStandardStyleKeyEquivalentsPreferenceKey to Y…