Home
last modified time | relevance | path

Searched refs:ShouldCreateLogMessage (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dlogging.h250 BASE_EXPORT bool ShouldCreateLogMessage(int severity);
396 (::logging::ShouldCreateLogMessage(::logging::LOG_##severity))
Dlogging.cc461 bool ShouldCreateLogMessage(int severity) { in ShouldCreateLogMessage() function