Home
last modified time | relevance | path

Searched refs:kEnableSpellingService (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/
Dcef_switches.cc86 const char kEnableSpellingService[] = "enable-spelling-service"; variable
Dcef_switches.h43 extern const char kEnableSpellingService[];
/third_party/cef/libcef/browser/prefs/
Dbrowser_prefs.cc316 command_line->HasSwitch(switches::kEnableSpellingService); in CreatePrefService()