HomeSort by relevance Sort by last modified time
    Searched refs:LogAssertHandlerFunction (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/
logging.cc 129 LogAssertHandlerFunction log_assert_handler = nullptr;
453 void SetLogAssertHandler(LogAssertHandlerFunction handler) {
logging.h 280 typedef void (*LogAssertHandlerFunction)(const std::string& str);
281 BASE_EXPORT void SetLogAssertHandler(LogAssertHandlerFunction handler);
    [all...]

Completed in 61 milliseconds