Home
last modified time | relevance | path

Searched refs:log_assert_handler (Results 1 – 3 of 3) sorted by relevance

/external/chromium/googleurl/base/
Dlogging.cc66 LogAssertHandlerFunction log_assert_handler = NULL; variable
180 log_assert_handler = handler; in SetLogAssertHandler()
339 if (log_assert_handler) { in ~LogMessage()
340 log_assert_handler(std::string(stream_.str(), stream_.pcount())); in ~LogMessage()
/external/chromium_org/base/
Dlogging.cc117 LogAssertHandlerFunction log_assert_handler = NULL; variable
441 log_assert_handler = handler; in SetLogAssertHandler()
653 if (log_assert_handler) { in ~LogMessage()
655 log_assert_handler(std::string(stream_.str())); in ~LogMessage()
/external/chromium/base/
Dlogging.cc111 LogAssertHandlerFunction log_assert_handler = NULL; variable
436 log_assert_handler = handler; in SetLogAssertHandler()
624 if (log_assert_handler) { in ~LogMessage()
626 log_assert_handler(std::string(stream_.str())); in ~LogMessage()