Home
last modified time | relevance | path

Searched refs:kDisableSpellChecking (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/common/
Dcef_switches.cc83 const char kDisableSpellChecking[] = "disable-spell-checking"; variable
Dcef_switches.h42 extern const char kDisableSpellChecking[];
/third_party/cef/libcef/renderer/alloy/
Dalloy_content_renderer_client.cc208 if (!command_line->HasSwitch(switches::kDisableSpellChecking)) { in RenderThreadStarted()
293 if (!command_line->HasSwitch(switches::kDisableSpellChecking)) { in RenderFrameCreated()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc758 switches::kDisableSpellChecking, in AppendExtraCommandLineSwitches()