HomeSort by relevance Sort by last modified time
    Searched full:log_severity (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/sync/notifier/
chrome_system_resources.cc 99 logging::LogSeverity log_severity = logging::LOG_INFO; local
102 log_severity = logging::LOG_INFO;
105 log_severity = logging::LOG_WARNING;
108 log_severity = logging::LOG_ERROR;
112 if ((log_severity >= logging::GetMinLogLevel()) &&
113 ((log_severity != logging::LOG_INFO) ||
119 logging::LogMessage(file, line, log_severity).stream() << result;
  /external/chromium_org/sync/notifier/
sync_system_resources.cc 29 logging::LogSeverity log_severity = -2; // VLOG(2) local
33 log_severity = -2; // VLOG(2)
37 log_severity = -1; // VLOG(1)
41 log_severity = logging::LOG_WARNING;
45 log_severity = logging::LOG_ERROR;
54 logging::LogMessage(file, line, log_severity).stream() << result;
  /external/chromium/base/
vlog.h 34 // |log_severity| points to an int that stores the log level. If a valid
  /external/chromium_org/base/
vlog.h 32 // |log_severity| points to an int that stores the log level. If a valid
  /external/chromium_org/third_party/cld/
cld.gyp 90 'base/log_severity.h',
  /external/chromium_org/third_party/cld/base/
vlog_is_on.h 44 #include "base/log_severity.h"
logging.h 27 #include "base/log_severity.h"
    [all...]
  /art/runtime/base/
logging.h 26 #include "log_severity.h"
  /external/chromium_org/content/renderer/
render_view_impl.cc 2354 logging::LogSeverity log_severity = logging::LOG_VERBOSE; local
    [all...]

Completed in 336 milliseconds