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

  /external/chromium/base/
logging.h 564 #define DVPLOG_IF(verboselevel, condition) VPLOG_IF(verboselevel, condition)
581 #define DVPLOG_IF(verboselevel, condition) DLOG_EAT_STREAM_PARAMETERS
616 #define DVPLOG(verboselevel) DVPLOG_IF(verboselevel, VLOG_IS_ON(verboselevel))
    [all...]
  /external/chromium_org/base/
logging.h 624 #define DVPLOG_IF(verboselevel, condition) VPLOG_IF(verboselevel, condition)
638 #define DVPLOG_IF(verboselevel, condition) EAT_STREAM_PARAMETERS
673 #define DVPLOG(verboselevel) DVPLOG_IF(verboselevel, VLOG_IS_ON(verboselevel))
    [all...]
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 68 DVPLOG_IF(2, FAILED(hr)) << "Failed to bind camera filter.";

Completed in 56 milliseconds