LogHandler 404 chrome/test/base/web_ui_browsertest.cc logging::SetLogMessageHandler(&LogHandler); LogHandler 123 third_party/protobuf/src/google/protobuf/stubs/common.cc static LogHandler* log_handler_ = &DefaultLogHandler; LogHandler 208 third_party/protobuf/src/google/protobuf/stubs/common.cc LogHandler* SetLogHandler(LogHandler* new_func) { LogHandler 209 third_party/protobuf/src/google/protobuf/stubs/common.cc LogHandler* old = internal::log_handler_; LogHandler 790 third_party/protobuf/src/google/protobuf/stubs/common.h LIBPROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func); LogHandler 104 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc LogHandler* old_handler = SetLogHandler(NULL); LogHandler 120 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc LogHandler* old_handler = SetLogHandler(&CaptureLog); LogHandler 140 third_party/protobuf/src/google/protobuf/stubs/common_unittest.cc LogHandler* old_handler = SetLogHandler(&CaptureLog); LogHandler 89 third_party/protobuf/src/google/protobuf/testing/googletest.h LogHandler* old_handler_;