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

  /external/chromium_org/chrome/installer/util/
installation_validation_helper.cc 34 static const logging::LogSeverity kViolationSeverity_;
42 FailureLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
50 FailureLogHelper::kViolationSeverity_;
58 if (old_min_log_level_ > kViolationSeverity_)
59 logging::SetMinLogLevel(kViolationSeverity_);
69 if (old_min_log_level_ > kViolationSeverity_)
83 if (severity == kViolationSeverity_ && !str.empty()) {
  /external/chromium_org/chrome/installer/tools/
validate_installation_main.cc 41 static const logging::LogSeverity kViolationSeverity_;
56 ConsoleLogHelper::kViolationSeverity_ = logging::LOG_ERROR;
108 if (severity == kViolationSeverity_) {

Completed in 129 milliseconds