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

  /external/chromium/base/
logging.h 559 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)
576 #define DLOG_IS_ON(severity) false
598 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
602 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity), DLOG_IS_ON(severity))
605 DLOG_IS_ON(severity))
608 LAZY_STREAM(LOG_ERRNO_STREAM(severity), DLOG_IS_ON(severity))
612 LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity))
    [all...]
  /external/chromium_org/base/
logging.h 619 #define DLOG_IS_ON(severity) LOG_IS_ON(severity)
633 #define DLOG_IS_ON(severity) false
655 LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
659 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity), DLOG_IS_ON(severity))
662 DLOG_IS_ON(severity))
665 LAZY_STREAM(LOG_ERRNO_STREAM(severity), DLOG_IS_ON(severity))
669 LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity))
    [all...]

Completed in 116 milliseconds