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

/external/chromium_org/base/
H A Dlogging.cc117 LogAssertHandlerFunction log_assert_handler = NULL;
435 void SetLogAssertHandler(LogAssertHandlerFunction handler) {
H A Dlogging.h271 typedef void (*LogAssertHandlerFunction)(const std::string& str); typedef in namespace:logging
272 BASE_EXPORT void SetLogAssertHandler(LogAssertHandlerFunction handler);

Completed in 81 milliseconds