DLOG_IS_ON        623 base/logging.h   LAZY_STREAM(LOG_STREAM(severity), DLOG_IS_ON(severity))
DLOG_IS_ON        627 base/logging.h   LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity), DLOG_IS_ON(severity))
DLOG_IS_ON        630 base/logging.h               DLOG_IS_ON(severity))
DLOG_IS_ON        633 base/logging.h   LAZY_STREAM(LOG_ERRNO_STREAM(severity), DLOG_IS_ON(severity))
DLOG_IS_ON        637 base/logging.h   LAZY_STREAM(PLOG_STREAM(severity), DLOG_IS_ON(severity))
DLOG_IS_ON         70 base/logging_unittest.cc   EXPECT_TRUE(kIsDebugMode == DLOG_IS_ON(INFO));
DLOG_IS_ON        153 base/logging_unittest.cc   EXPECT_FALSE(DLOG_IS_ON(INFO));
DLOG_IS_ON        223 base/logging_unittest.cc   EXPECT_FALSE(DLOG_IS_ON(DCHECK));
DLOG_IS_ON        228 base/logging_unittest.cc   EXPECT_FALSE(DLOG_IS_ON(DCHECK));
DLOG_IS_ON        233 base/logging_unittest.cc   EXPECT_TRUE(DLOG_IS_ON(DCHECK));
DLOG_IS_ON         70 base/mac/mac_logging.h     LAZY_STREAM(OSSTATUS_LOG_STREAM(severity, status), DLOG_IS_ON(severity))
DLOG_IS_ON         73 base/mac/mac_logging.h                 DLOG_IS_ON(severity) && (condition))
DLOG_IS_ON        105 components/autofill/core/browser/webdata/autofill_profile_syncable_service.cc   if (DLOG_IS_ON(INFO)) {
DLOG_IS_ON        627 sql/connection_unittest.cc   if (DLOG_IS_ON(FATAL)) {