Searched defs:DLOG_IF (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/
H A Dlogging.h68 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
657 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
671 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
723 // This behavior is different from DLOG_IF et al.

Completed in 131 milliseconds