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

1 2

  /external/chromium_org/components/nacl/common/
nacl_cmd_line.cc 24 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/chrome/nacl/
nacl_exe_win_64.cc 79 if (command_line.HasSwitch(switches::kEnableLogging))
  /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 231 command_line.HasSwitch(switches::kEnableLogging));
409 CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableLogging) ?
  /external/chromium_org/chrome/installer/util/
util_constants.cc 82 const char kEnableLogging[] = "enable-logging";
util_constants.h 154 extern const char kEnableLogging[];
  /external/chromium_org/chrome/test/perf/
tab_switching_test.cc 182 launch_arguments_.AppendSwitch(switches::kEnableLogging);
memory_test.cc 58 launch_arguments_.AppendSwitch(switches::kEnableLogging);
  /external/chromium_org/content/browser/gpu/
gpu_memory_test.cc 78 command_line->AppendSwitch(switches::kEnableLogging);
gpu_process_host.cc 260 if (cmd_line_->HasSwitch(switches::kEnableLogging)) {
    [all...]
  /external/chromium_org/content/public/common/
content_switches.cc 410 const char kEnableLogging[] = "enable-logging";
    [all...]
content_switches.h 128 CONTENT_EXPORT extern const char kEnableLogging[];
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 125 command_line.AppendSwitch(switches::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/chrome/browser/service/
service_process_control.cc 134 switches::kEnableLogging,
  /external/chromium_org/content/browser/
browser_child_process_host_impl.cc 148 switches::kEnableLogging,
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 102 ::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 102 switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 452 command_line->AppendSwitch(switches::kEnableLogging);

Completed in 476 milliseconds

1 2