Home
last modified time | relevance | path

Searched refs:DPLOG_IF (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/
Dlogging_unittest.cc81 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
147 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
201 DPLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
Dlogging.h628 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
642 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
Dcommand_line.cc424 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: " in ParseFromString()
/external/libchrome/components/timers/
Dalarm_timer_chromeos.cc169 DPLOG_IF(INFO, (alarm_fd_ == -1)) in Delegate()