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 63 // DLOG_IF(INFO, num_cookies > 10) << "Got lots of cookies";
359 #define DLOG_IF(severity, condition) \
432 #define DLOG_IF(severity, condition) LOG_IF(severity, condition)
501 #define DLOG_IF(severity, condition) \
    [all...]

Completed in 186 milliseconds