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

  /external/chromium/base/
logging_unittest.cc 74 PLOG_IF(INFO, true) << mock_log_source.Log();
157 PLOG_IF(INFO, false) << mock_log_source.Log();
logging.h 124 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
441 #define PLOG_IF(severity, condition) \
562 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
    [all...]

Completed in 129 milliseconds