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

  /external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.cc 97 PLOG_IF(WARNING, GetLastError() != ERROR_DIR_NOT_EMPTY)
  /external/chromium/base/
logging_unittest.cc 74 PLOG_IF(INFO, true) << mock_log_source.Log();
157 PLOG_IF(INFO, false) << mock_log_source.Log();
logging.h 124 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
441 #define PLOG_IF(severity, condition) \
562 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
    [all...]
  /external/chromium_org/base/
logging_unittest.cc 74 PLOG_IF(INFO, true) << mock_log_source.Log();
157 PLOG_IF(INFO, false) << mock_log_source.Log();
logging.h 125 // PLOG_IF(ERROR, cond) << "Couldn't do foo";
469 #define PLOG_IF(severity, condition) \
622 #define DPLOG_IF(severity, condition) PLOG_IF(severity, condition)
    [all...]
  /external/chromium_org/third_party/cld/base/
logging.h 638 // PLOG() and PLOG_IF() and PCHECK() behave exactly like their LOG* and
648 #define PLOG_IF(severity, condition) \
655 PLOG_IF(FATAL, PREDICT_FALSE(!(condition))) \
667 PLOG_IF(FATAL, PREDICT_FALSE((invocation) == -1)) << #invocation
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 367 PLOG_IF(WARNING, !result) << "Failed to enter background mode.";
uninstall.cc 308 PLOG_IF(INFO, !process) << "Failed to open process: " << pid;
500 PLOG_IF(ERROR, !ret) << "Failed to move setup to " << temp_file.value();
    [all...]
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.cc 434 PLOG_IF(ERROR, error) << "Failed to acquire IAudioClock interface: "

Completed in 197 milliseconds