Searched defs:LogHandler (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py118 class LogHandler(logging.StreamHandler): class in function:configure_logging
127 handler = LogHandler()
/external/deqp/executor/tools/
H A DxeMergeTestLogs.cpp61 class LogHandler : public xe::TestLogHandler class in inherits:xe::TestLogHandler
64 LogHandler (xe::BatchResult* batchResult, deUint32 flags) function in class:LogHandler
126 LogHandler resultHandler (dstResult, flags);
/external/chromium_org/chrome/test/base/
H A Dweb_ui_browser_test.cc50 bool LogHandler(int severity, function in namespace:__anon5897
370 logging::SetLogMessageHandler(&LogHandler);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
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.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*

Completed in 2933 milliseconds