Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel_win.cc104 DPLOG_IF(ERROR, !handle.is_valid()) in CreateClientEndpoint()
/external/libchrome/base/
Dlogging_unittest.cc122 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
188 DPLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
516 DPLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
Dlogging.h806 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
819 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
Dcommand_line.cc435 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: " in ParseFromString()