Home
last modified time | relevance | path

Searched refs:SetLogAssertHandler (Results 1 – 8 of 8) sorted by relevance

/external/chromium/base/
Dlogging_unittest.cc32 SetLogAssertHandler(NULL); in ~LogStateSaver()
175 SetLogAssertHandler(&LogSink); in TEST_F()
225 SetLogAssertHandler(&LogSink); in TEST_F()
Dlogging.h262 BASE_API void SetLogAssertHandler(LogAssertHandlerFunction handler);
Dlogging.cc435 void SetLogAssertHandler(LogAssertHandlerFunction handler) { in SetLogAssertHandler() function
/external/chromium/base/test/
Dtest_suite.cc211 logging::SetLogAssertHandler(UnitTestAssertHandler); in Initialize()
/external/chromium/net/disk_cache/
Dstress_cache.cc228 logging::SetLogAssertHandler(CrashHandler); in main()
/external/chromium/googleurl/base/
Dlogging.cc179 void SetLogAssertHandler(LogAssertHandlerFunction handler) { in SetLogAssertHandler() function
Dlogging.h142 void SetLogAssertHandler(LogAssertHandlerFunction handler);
/external/chromium/chrome/common/
Dlogging_chrome.cc110 logging::SetLogAssertHandler(SilentRuntimeAssertHandler); in SuppressDialogs()