HomeSort by relevance Sort by last modified time
    Searched defs:DLOG_IF (Results 1 - 2 of 2) sorted by null

  /external/chromium/googleurl/base/
logging.h 59 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
241 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
344 #define DLOG_IF(severity, condition) \
  /external/chromium/base/
logging.h 66 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
560 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
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.
    [all...]

Completed in 37 milliseconds