Searched defs:DPLOG_IF (Results 1 - 2 of 2) 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
/external/chromium_org/base/
H A Dlogging.h126 // DPLOG_IF(ERROR, cond) << "Couldn't do foo";
622 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
636 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS

Completed in 153 milliseconds