HomeSort by relevance Sort by last modified time
    Searched refs:kInProcessPlugins (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/renderer/
render_process_impl.cc 96 if (command_line.HasSwitch(switches::kInProcessPlugins))
98 return command_line.HasSwitch(switches::kInProcessPlugins);
100 return command_line.HasSwitch(switches::kInProcessPlugins) ||
  /external/chromium_org/content/public/common/
content_switches.cc 599 const char kInProcessPlugins[] = "in-process-plugins";
    [all...]
content_switches.h 179 extern const char kInProcessPlugins[];
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base.cc 211 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessPlugins);
render_process_host_impl.cc 326 switches::kInProcessPlugins)) {
    [all...]
  /external/chromium/chrome/common/
sandbox_policy.cc 637 if (browser_command_line.HasSwitch(switches::kInProcessPlugins)) {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_win.cc 341 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kInProcessPlugins);
    [all...]

Completed in 180 milliseconds