Home
last modified time | relevance | path

Searched refs:GetMinLogLevel (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dlogging.cc116 return std::max(-1, LOG_INFO - GetMinLogLevel()); in GetVlogVerbosity()
120 return severity >= GetMinLogLevel(); in ShouldCreateLogMessage()
Dlog_settings.h36 int GetMinLogLevel();
Dlog_settings.cc33 int GetMinLogLevel() { in GetMinLogLevel() function
/third_party/cef/include/base/
Dcef_logging.h173 inline int GetMinLogLevel() { in GetMinLogLevel() function
244 ((::cef::logging::LOG_##severity) >= ::cef::logging::GetMinLogLevel())
/third_party/gn/src/base/
Dlogging.cc96 int GetMinLogLevel() { in GetMinLogLevel() function
Dlogging.h111 int GetMinLogLevel();
/third_party/cef/libcef/common/
Dbase_impl.cc324 return logging::GetMinLogLevel(); in cef_get_min_log_level()