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

  /external/chromium_org/components/nacl/common/
nacl_cmd_line.cc 23 switches::kEnableLogging,
  /external/chromium_org/chrome/test/base/
test_launcher_utils.cc 40 if (!command_line->HasSwitch(switches::kEnableLogging))
41 command_line->AppendSwitchASCII(switches::kEnableLogging, "stderr");
  /external/chromium_org/cloud_print/service/win/
service_utils.cc 56 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 162 extern const char kEnableLogging[];
  /external/chromium_org/content/public/common/
content_switches.cc 412 const char kEnableLogging[] = "enable-logging";
    [all...]
content_switches.h 123 CONTENT_EXPORT extern const char kEnableLogging[];
  /external/chromium_org/chrome/common/
logging_chrome.cc 124 const char *kInvertLoggingSwitch = switches::kEnableLogging;
139 if (command_line.GetSwitchValueASCII(switches::kEnableLogging) == "stderr")
service_process_util.cc 172 switches::kEnableLogging,
crash_keys.cc 270 ::switches::kEnableLogging,
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 138 command_line.AppendSwitch(switches::kEnableLogging);
  /external/chromium_org/chrome/browser/chromeos/login/
chrome_restart_request.cc 111 ::switches::kEnableLogging,
  /external/chromium_org/content/browser/
browser_child_process_host_impl.cc 142 switches::kEnableLogging,
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 125 switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 187 if (cmd_line_->HasSwitch(switches::kEnableLogging)) {
    [all...]
  /external/chromium_org/content/app/
content_main_runner.cc 625 if (command_line.HasSwitch(switches::kEnableLogging))
  /external/chromium_org/content/common/
sandbox_win.cc 703 if (browser_command_line.HasSwitch(switches::kEnableLogging)) {
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.cc     [all...]

Completed in 870 milliseconds