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

  /external/chromium/base/
logging.h 412 #define LOG_GETLASTERROR_STREAM(severity) \
416 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity), LOG_IS_ON(severity))
421 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity, module), \
425 #define PLOG_STREAM(severity) LOG_GETLASTERROR_STREAM(severity)
602 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity), DLOG_IS_ON(severity))
604 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity, module), \
    [all...]
  /external/chromium_org/base/
logging.h 441 #define LOG_GETLASTERROR_STREAM(severity) \
445 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity), LOG_IS_ON(severity))
450 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity, module), \
454 #define PLOG_STREAM(severity) LOG_GETLASTERROR_STREAM(severity)
659 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity), DLOG_IS_ON(severity))
661 LAZY_STREAM(LOG_GETLASTERROR_STREAM(severity, module), \
    [all...]

Completed in 38 milliseconds