Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Dlogging.cc58 LogAssertHandlerFunction log_assert_handler = nullptr;
107 void SetLogAssertHandler(LogAssertHandlerFunction handler) { in SetLogAssertHandler()
Dlogging.h259 typedef void (*LogAssertHandlerFunction)(const std::string& str); typedef
260 BASE_EXPORT void SetLogAssertHandler(LogAssertHandlerFunction handler);
/external/libchrome/base/
Dlogging.h305 typedef void (*LogAssertHandlerFunction)(const std::string& str); typedef
306 BASE_EXPORT void SetLogAssertHandler(LogAssertHandlerFunction handler);
Dlogging.cc131 LogAssertHandlerFunction log_assert_handler = nullptr;
440 void SetLogAssertHandler(LogAssertHandlerFunction handler) { in SetLogAssertHandler()