Home
last modified time | relevance | path

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

/external/chromium_org/content/shell/common/
Dshell_switches.cc32 const char kExposeIpcEcho[] = "expose-ipc-echo"; variable
Dshell_switches.h19 extern const char kExposeIpcEcho[];
/external/chromium_org/content/shell/browser/
Dshell_content_browser_client.cc173 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kExposeIpcEcho)) in RenderProcessWillLaunch()
246 switches::kExposeIpcEcho)) in AppendExtraCommandLineSwitches()
247 command_line->AppendSwitch(switches::kExposeIpcEcho); in AppendExtraCommandLineSwitches()
/external/chromium_org/content/shell/renderer/
Dshell_render_view_observer.cc34 switches::kExposeIpcEcho)) { in DidClearWindowObject()