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

/external/chromium_org/base/
H A Dlogging.h122 // DPLOG_IF(ERROR, cond) << "Couldn't do foo";
555 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
569 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS

Completed in 316 milliseconds