Searched refs:DLOG_IF (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | validation_errors.h | 166 DLOG_IF(FATAL, (condition) && !ReportSerializationWarning(error)) \
|
/external/libchrome/base/memory/ |
D | shared_memory_mapping.cc | 81 DLOG_IF(ERROR, status != ZX_OK) in Unmap()
|
/external/libchrome/dbus/ |
D | values_util.cc | 138 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << in PopDataAsValue() 147 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << in PopDataAsValue()
|
/external/libchrome/base/ |
D | logging_unittest.cc | 120 DLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 186 DLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 514 DLOG_IF(INFO, debug_only_variable) << "test"; in TEST_F()
|
D | logging.h | 804 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro 817 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
|
/external/libchrome/base/json/ |
D | json_writer.cc | 198 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value."; in BuildJSONString()
|
/external/libchrome/base/message_loop/ |
D | incoming_task_queue.cc | 58 DLOG_IF(WARNING, delay > kTaskDelayWarningThreshold) in AddToIncomingQueue()
|