HomeSort by relevance Sort by last modified time
    Searched defs:Loggable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
logging.cc 51 bool LogMessage::Loggable(LoggingSeverity sev) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging.h 144 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); }
298 !(talk_base::LogMessage::Loggable(sev)) \
  /external/chromium_org/third_party/webrtc/base/
logging.h 127 static inline bool Loggable(LoggingSeverity sev) { return (sev >= min_sev_); }
281 !(rtc::LogMessage::Loggable(sev)) \

Completed in 199 milliseconds