Searched refs:LogHandler (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h85 LogHandler* old_handler_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h89 LogHandler* old_handler_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc123 static LogHandler* log_handler_ = &DefaultLogHandler;
208 LogHandler* SetLogHandler(LogHandler* new_func) {
209 LogHandler* old = internal::log_handler_;
H A Dcommon_unittest.cc104 LogHandler* old_handler = SetLogHandler(NULL);
120 LogHandler* old_handler = SetLogHandler(&CaptureLog);
140 LogHandler* old_handler = SetLogHandler(&CaptureLog);
H A Dcommon.h774 typedef void LogHandler(LogLevel level, const char* filename, int line, typedef in namespace:google::protobuf
790 LIBPROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func);
794 // log messages will be discarded (the current LogHandler will *not*
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.cc123 static LogHandler* log_handler_ = &DefaultLogHandler;
204 LogHandler* SetLogHandler(LogHandler* new_func) {
205 LogHandler* old = internal::log_handler_;
H A Dcommon_unittest.cc104 LogHandler* old_handler = SetLogHandler(NULL);
120 LogHandler* old_handler = SetLogHandler(&CaptureLog);
140 LogHandler* old_handler = SetLogHandler(&CaptureLog);
H A Dcommon.h715 typedef void LogHandler(LogLevel level, const char* filename, int line, typedef in namespace:google::protobuf
731 LIBPROTOBUF_EXPORT LogHandler* SetLogHandler(LogHandler* new_func);
735 // log messages will be discarded (the current LogHandler will *not*
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py144 class LogHandler(logging.StreamHandler): class in function:configure_logging
153 handler = LogHandler()
/external/chromium_org/chrome/test/base/
H A Dweb_ui_browsertest.cc70 bool LogHandler(int severity, function in namespace:__anon7246
404 logging::SetLogMessageHandler(&LogHandler);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline.py642 class LogHandler(logging.Handler): class in function:AutoRebaseline._configure_logging
655 handler = LogHandler()

Completed in 222 milliseconds