HomeSort by relevance Sort by last modified time
    Searched refs:kEnableLogging (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/components/nacl/common/
nacl_cmd_line.cc 23 switches::kEnableLogging,
  /external/chromium/chrome/common/
nacl_cmd_line.cc 25 switches::kEnableLogging,
logging_chrome.cc 134 const char *kInvertLoggingSwitch = switches::kEnableLogging;
151 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
  /external/chromium_org/chrome/test/base/
test_launcher_utils.cc 39 if (!command_line->HasSwitch(switches::kEnableLogging))
40 command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr");
  /external/chromium_org/cloud_print/service/win/
service_utils.cc 53 switches::kEnableLogging,
service_controller.cc 172 command_line.AppendSwitch(switches::kEnableLogging);
310 is_logging_enabled_ = command_line_.HasSwitch(switches::kEnableLogging);
315 return command_line_.HasSwitch(switches::kEnableLogging);
cloud_print_service.cc 235 command_line.HasSwitch(switches::kEnableLogging));
414 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableLogging) ?
  /external/chromium_org/components/nacl/loader/
nacl_helper_win_64.cc 62 if (command_line.HasSwitch(switches::kEnableLogging))
  /external/chromium_org/chrome/installer/util/
util_constants.cc 64 const char kEnableLogging[] = "enable-logging";
util_constants.h 156 extern const char kEnableLogging[];
  /external/chromium_org/chrome/test/perf/
tab_switching_test.cc 182 launch_arguments_.AppendSwitch(switches::kEnableLogging);
memory_test.cc 59 launch_arguments_.AppendSwitch(switches::kEnableLogging);
  /external/chromium_org/content/public/common/
content_switches.cc 482 const char kEnableLogging[] = "enable-logging";
    [all...]
content_switches.h 148 CONTENT_EXPORT extern const char kEnableLogging[];
  /external/chromium/chrome/browser/service/
service_process_control.cc 159 if (browser_command_line.HasSwitch(switches::kEnableLogging)) {
160 cmd_line->AppendSwitch(switches::kEnableLogging);
  /external/chromium_org/chrome/common/
logging_chrome.cc 134 const char *kInvertLoggingSwitch = switches::kEnableLogging;
149 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 136 command_line.AppendSwitch(switches::kEnableLogging);
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 103 ::switches::kEnableLogging,
  /external/chromium_org/chrome/browser/service_process/
service_process_control.cc 140 switches::kEnableLogging,
  /external/chromium_org/content/browser/
browser_child_process_host_impl.cc 148 switches::kEnableLogging,
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 419 switches::kEnableLogging,
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 106 switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 258 if (cmd_line_->HasSwitch(switches::kEnableLogging)) {
    [all...]
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 453 command_line->AppendSwitch(switches::kEnableLogging);
  /external/chromium_org/content/app/
content_main_runner.cc 665 if (command_line.HasSwitch(switches::kEnableLogging))

Completed in 1264 milliseconds

1 2