installation_validator_unittest.cc | 355 static logging::LogMessageHandlerFunction old_log_message_handler_; member in class:InstallationValidatorTest 362 InstallationValidatorTest::old_log_message_handler_ = NULL; member in class:InstallationValidatorTest 384 old_log_message_handler_ = logging::GetLogMessageHandler(); 403 logging::SetLogMessageHandler(old_log_message_handler_); 404 old_log_message_handler_ = NULL; 433 if (old_log_message_handler_ != NULL) 434 return (old_log_message_handler_)(severity, file, line, message_start, str);
|