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

  /external/chromium/base/
logging_unittest.cc 32 SetLogAssertHandler(NULL);
175 SetLogAssertHandler(&LogSink);
225 SetLogAssertHandler(&LogSink);
logging.cc 435 void SetLogAssertHandler(LogAssertHandlerFunction handler) {
logging.h 262 BASE_API void SetLogAssertHandler(LogAssertHandlerFunction handler);
    [all...]
  /external/chromium/base/test/
test_suite.cc 211 logging::SetLogAssertHandler(UnitTestAssertHandler);
  /external/chromium/net/disk_cache/
stress_cache.cc 228 logging::SetLogAssertHandler(CrashHandler);
  /external/chromium/googleurl/base/
logging.cc 179 void SetLogAssertHandler(LogAssertHandlerFunction handler) {
logging.h 142 void SetLogAssertHandler(LogAssertHandlerFunction handler);
  /external/chromium/chrome/common/
logging_chrome.cc 110 logging::SetLogAssertHandler(SilentRuntimeAssertHandler);

Completed in 329 milliseconds