PLOG_IF 590 base/logging.h #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition) PLOG_IF 76 base/logging_unittest.cc PLOG_IF(INFO, true) << mock_log_source.Log(); PLOG_IF 159 base/logging_unittest.cc PLOG_IF(INFO, false) << mock_log_source.Log(); PLOG_IF 348 chrome/installer/setup/setup_util.cc PLOG_IF(WARNING, !result) << "Failed to enter background mode."; PLOG_IF 280 chrome/installer/setup/uninstall.cc PLOG_IF(INFO, !process) << "Failed to open process: " << pid; PLOG_IF 97 chrome/installer/util/self_cleaning_temp_dir.cc PLOG_IF(WARNING, GetLastError() != ERROR_DIR_NOT_EMPTY) PLOG_IF 358 media/audio/win/audio_low_latency_output_win.cc PLOG_IF(ERROR, error) << "Failed to acquire IAudioClock interface: " PLOG_IF 291 mojo/system/raw_channel_win.cc PLOG_IF(ERROR, error != ERROR_BROKEN_PIPE) << "ReadFile"; PLOG_IF 117 mojo/system/raw_shared_buffer_posix.cc PLOG_IF(ERROR, result != 0) << "munmap"; PLOG_IF 78 mojo/system/raw_shared_buffer_win.cc PLOG_IF(ERROR, !result) << "UnmapViewOfFile"; PLOG_IF 655 third_party/cld/base/logging.h PLOG_IF(FATAL, PREDICT_FALSE(!(condition))) \ PLOG_IF 667 third_party/cld/base/logging.h PLOG_IF(FATAL, PREDICT_FALSE((invocation) == -1)) << #invocation