Home
last modified time | relevance | path

Searched refs:DLOG_IF (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/dbus/
Dvalues_util.cc138 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << in PopDataAsValue()
147 DLOG_IF(WARNING, !IsExactlyRepresentableByDouble(value)) << in PopDataAsValue()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dvalidation_errors.h166 DLOG_IF(FATAL, (condition) && !ReportSerializationWarning(error)) \
/external/libchrome/base/memory/
Dshared_memory_mapping.cc81 DLOG_IF(ERROR, status != ZX_OK) in Unmap()
/external/libchrome/base/
Dlogging_unittest.cc120 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()
Dlogging.h804 #define DLOG_IF(severity, condition) LOG_IF(severity, condition) macro
817 #define DLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
/external/libchrome/base/json/
Djson_writer.cc198 DLOG_IF(ERROR, !omit_binary_values_) << "Cannot serialize binary value."; in BuildJSONString()
/external/libchrome/base/message_loop/
Dincoming_task_queue.cc58 DLOG_IF(WARNING, delay > kTaskDelayWarningThreshold) in AddToIncomingQueue()