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

/external/chromium/googleurl/base/
H A Dlogging.h59 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
241 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
344 #define DLOG_IF(severity, condition) \
/external/chromium/base/
H A Dlogging.h66 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
560 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
577 #define DLOG_IF(severity, condition) DLOG_EAT_STREAM_PARAMETERS
614 #define DVLOG(verboselevel) DLOG_IF(INFO, VLOG_IS_ON(verboselevel))
661 // This behavior is different from DLOG_IF et al.
/external/chromium_org/base/
H A Dlogging.h67 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
620 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
634 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
732 // This behavior is different from DLOG_IF et al.
/external/chromium_org/third_party/cld/base/
H A Dlogging.h81 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
741 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
769 #define DLOG_IF(severity, condition) \ macro

Completed in 167 milliseconds