Searched refs:DPLOG_IF (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_posix.cc29 DPLOG_IF(FATAL, buffer_ == MAP_FAILED) << "Failed to mmap " << name.value();
/external/chromium_org/chrome/installer/test/
H A Dresource_loader.cc67 DPLOG_IF(INFO, module_ == NULL)
/external/chromium_org/base/
H A Dlogging_unittest.cc80 DPLOG_IF(INFO, true) << mock_log_source.Log();
146 DPLOG_IF(INFO, true) << mock_log_source.Log();
182 DPLOG_IF(INFO, debug_only_variable) << "test";
H A Dlogging.h122 // DPLOG_IF(ERROR, cond) << "Couldn't do foo";
555 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
569 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
H A Dcommand_line.cc435 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: "
/external/chromium_org/content/browser/
H A Dsystem_message_window_win.cc60 DPLOG_IF(ERROR, !notifications_[i])
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_win.cc611 DPLOG_IF(ERROR, FAILED(hr)) << "Failed to bind WDM Crossbar filter";
627 DPLOG_IF(ERROR, FAILED(hr)) << "Failed to bind WDM Capture filter";
645 DPLOG_IF(ERROR, FAILED(hr)) << "Failed to add Crossbar filter to the graph";
651 DPLOG_IF(ERROR, FAILED(hr)) << "Failed to plug WDM filters to each other";

Completed in 1562 milliseconds