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

/external/chromium/base/
H A Dlogging.h125 // DPLOG_IF(ERROR, cond) << "Couldn't do foo";
562 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
579 #define DPLOG_IF(severity, condition) DLOG_EAT_STREAM_PARAMETERS

Completed in 111 milliseconds