Searched refs:PLOG_IF (Results 1 – 9 of 9) sorted by relevance
/external/chromium/base/ |
D | logging_unittest.cc | 74 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 157 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
|
D | logging.h | 441 #define PLOG_IF(severity, condition) \ macro 562 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
|
/external/chromium_org/base/ |
D | logging_unittest.cc | 76 PLOG_IF(INFO, true) << mock_log_source.Log(); in TEST_F() 159 PLOG_IF(INFO, false) << mock_log_source.Log(); in TEST_F()
|
D | logging.h | 469 #define PLOG_IF(severity, condition) \ macro 622 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
|
/external/chromium_org/chrome/installer/util/ |
D | self_cleaning_temp_dir.cc | 97 PLOG_IF(WARNING, GetLastError() != ERROR_DIR_NOT_EMPTY) in Delete()
|
/external/chromium_org/third_party/cld/base/ |
D | logging.h | 648 #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/ |
D | audio_low_latency_output_win.cc | 393 PLOG_IF(ERROR, error) << "Failed to acquire IAudioClock interface: " in Run()
|
/external/chromium_org/chrome/installer/setup/ |
D | setup_util.cc | 346 PLOG_IF(WARNING, !result) << "Failed to enter background mode."; in AdjustProcessPriority()
|
D | uninstall.cc | 292 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()
|