Searched refs:kInProcessPlugins (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/
H A Drender_process_impl.cc107 if (command_line.HasSwitch(switches::kInProcessPlugins))
109 return command_line.HasSwitch(switches::kInProcessPlugins);
111 return command_line.HasSwitch(switches::kInProcessPlugins) ||
/external/chromium_org/content/public/common/
H A Dcontent_switches.cc679 const char kInProcessPlugins[] = "in-process-plugins"; member in namespace:switches
H A Dcontent_switches.h202 extern const char kInProcessPlugins[];
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.cc210 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessPlugins);
H A Drender_process_host_impl.cc270 switches::kInProcessPlugins)) {
1117 switches::kInProcessPlugins,
/external/chromium/chrome/common/
H A Dsandbox_policy.cc637 if (browser_command_line.HasSwitch(switches::kInProcessPlugins)) {
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_win.cc341 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessPlugins);

Completed in 180 milliseconds