Home
last modified time | relevance | path

Searched refs:DPLOG_IF (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/include/base/
Dcef_logging.h448 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
462 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
/third_party/gn/src/base/
Dlogging.h587 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) macro
598 #define DPLOG_IF(severity, condition) EAT_STREAM_PARAMETERS
Dcommand_line.cc438 DPLOG_IF(FATAL, !args) << "CommandLineToArgvW failed on command line: " in ParseFromString()