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

  /external/chromium_org/base/
logging_win.cc 120 SetMinLogLevel(LOG_FATAL);
122 SetMinLogLevel(LOG_ERROR);
124 SetMinLogLevel(LOG_WARNING);
126 SetMinLogLevel(LOG_INFO);
129 SetMinLogLevel(TRACE_LEVEL_INFORMATION - level);
135 SetMinLogLevel(old_log_level_);
logging_unittest.cc 33 SetMinLogLevel(old_min_log_level_);
59 SetMinLogLevel(LOG_INFO);
94 SetMinLogLevel(LOG_INFO);
101 SetMinLogLevel(LOG_WARNING);
108 SetMinLogLevel(LOG_ERROR);
116 SetMinLogLevel(LOG_FATAL + 1);
128 SetMinLogLevel(LOG_WARNING);
logging.cc 401 void SetMinLogLevel(int level) {
logging.h 236 BASE_EXPORT void SetMinLogLevel(int level);
    [all...]
  /external/chromium_org/mojo/environment/
default_logger_impl.cc 55 logging::SetMinLogLevel(MojoToChromiumLogLevel(log_level));
  /external/chromium_org/chrome/installer/util/
installation_validation_helper.cc 59 logging::SetMinLogLevel(kViolationSeverity_);
70 logging::SetMinLogLevel(old_min_log_level_);
logging_installer.cc 96 logging::SetMinLogLevel(logging::LOG_VERBOSE);
98 logging::SetMinLogLevel(logging::LOG_ERROR);
  /external/chromium_org/win8/metro_driver/
metro_driver.cc 94 logging::SetMinLogLevel(logging::LOG_ERROR);
96 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /external/chromium_org/chrome/browser/sync_file_system/
logger_unittest.cc 32 logging::SetMinLogLevel(logging::LOG_INFO);
  /external/chromium_org/tools/set_default_handler/
set_default_handler_main.cc 37 logging::SetMinLogLevel(logging::LOG_VERBOSE);
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.cc 41 logging::SetMinLogLevel(logging::LOG_ERROR);
  /external/chromium_org/chrome/test/chromedriver/
logging.cc 228 logging::SetMinLogLevel(logging::LOG_WARNING);
  /external/chromium_org/chrome/common/
logging_chrome.cc 340 logging::SetMinLogLevel(level);
  /external/chromium_org/cloud_print/service/win/
cloud_print_service.cc 413 logging::SetMinLogLevel(
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 88 logging::SetMinLogLevel(level);
92 logging::SetMinLogLevel(old_level_);
    [all...]
  /external/chromium_org/courgette/
courgette_tool.cc 436 logging::SetMinLogLevel(logging::LOG_VERBOSE);

Completed in 570 milliseconds