Home
last modified time | relevance | path

Searched refs:LogAssertHandlerFunction (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dlogging.cc129 LogAssertHandlerFunction log_assert_handler = nullptr;
448 void SetLogAssertHandler(LogAssertHandlerFunction handler) { in SetLogAssertHandler()
Dlogging.h307 typedef void (*LogAssertHandlerFunction)(const std::string& str); typedef
308 BASE_EXPORT void SetLogAssertHandler(LogAssertHandlerFunction handler);