Home
last modified time | relevance | path

Searched refs:WebGrammarCheckingEnabledPreferenceKey (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/win/
DWebPreferenceKeysPrivate.h100 #define WebGrammarCheckingEnabledPreferenceKey "WebGrammarCheckingEnabled" // default: false macro
DWebPreferences.cpp235 CFDictionaryAddValue(defaults, CFSTR(WebGrammarCheckingEnabledPreferenceKey), kCFBooleanFalse); in initializeDefaultSettings()
1109 *enabled = boolValueForKey(CFSTR(WebGrammarCheckingEnabledPreferenceKey)); in grammarCheckingEnabled()
1115 setBoolValue(CFSTR(WebGrammarCheckingEnabledPreferenceKey), enabled); in setGrammarCheckingEnabled()