Home
last modified time | relevance | path

Searched refs:PLOG_IF (Results 1 – 9 of 9) sorted by relevance

/external/chromium/base/
Dlogging_unittest.cc74 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
157 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
Dlogging.h441 #define PLOG_IF(severity, condition) \ macro
562 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
/external/chromium_org/base/
Dlogging_unittest.cc76 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F()
159 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
Dlogging.h469 #define PLOG_IF(severity, condition) \ macro
622 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
/external/chromium_org/chrome/installer/util/
Dself_cleaning_temp_dir.cc97 PLOG_IF(WARNING, GetLastError() != ERROR_DIR_NOT_EMPTY) in Delete()
/external/chromium_org/third_party/cld/base/
Dlogging.h648 #define PLOG_IF(severity, condition) \ macro
655 PLOG_IF(FATAL, PREDICT_FALSE(!(condition))) \
667 PLOG_IF(FATAL, PREDICT_FALSE((invocation) == -1)) << #invocation
/external/chromium_org/media/audio/win/
Daudio_low_latency_output_win.cc393 PLOG_IF(ERROR, error) << "Failed to acquire IAudioClock interface: " in Run()
/external/chromium_org/chrome/installer/setup/
Dsetup_util.cc346 PLOG_IF(WARNING, !result) << "Failed to enter background mode."; in AdjustProcessPriority()
Duninstall.cc292 PLOG_IF(INFO, !process) << "Failed to open process: " << pid; in CloseChromeFrameHelperProcess()
491 PLOG_IF(ERROR, !ret) << "Failed to move setup to " << temp_file.value(); in MoveSetupOutOfInstallFolder()