HomeSort by relevance Sort by last modified time
    Searched refs:DPLOG_IF (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
mapped_file_posix.cc 29 DPLOG_IF(FATAL, buffer_ == MAP_FAILED) << "Failed to mmap " << name.value();
  /external/chromium_org/chrome/installer/test/
resource_loader.cc 67 DPLOG_IF(INFO, module_ == NULL)
  /external/chromium_org/base/
logging_unittest.cc 80 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";
logging.h 122 // DPLOG_IF(ERROR, cond) << "Couldn't do foo";
555 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
569 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
    [all...]
command_line.cc 435 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: "
  /external/chromium_org/content/browser/
system_message_window_win.cc 60 DPLOG_IF(ERROR, !notifications_[i])
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 611 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 989 milliseconds