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

  /external/chromium_org/chrome/browser/
chrome_content_browser_client_browsertest.cc 85 switches::kSitePerProcess);
  /external/chromium_org/content/public/common/
content_switches.cc     [all...]
content_switches.h 243 CONTENT_EXPORT extern const char kSitePerProcess[];
  /external/chromium_org/content/browser/
site_instance_impl.cc 325 command_line.HasSwitch(switches::kSitePerProcess)) {
site_instance_impl_unittest.cc 671 switches::kSitePerProcess);
site_per_process_browsertest.cc 183 command_line->AppendSwitch(switches::kSitePerProcess);
child_process_security_policy_impl.cc 580 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSitePerProcess) &&
  /external/chromium_org/content/renderer/
render_frame_impl.cc 601 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSitePerProcess)) {
616 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSitePerProcess)) {
647 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSitePerProcess)) {
661 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kSitePerProcess)) {
    [all...]
render_view_impl.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]

Completed in 65 milliseconds