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

  /external/chromium_org/base/
logging_unittest.cc 34 SetLogAssertHandler(NULL);
180 SetLogAssertHandler(&LogSink);
232 SetLogAssertHandler(&LogSink);
237 SetLogAssertHandler(&LogSink);
logging.cc 440 void SetLogAssertHandler(LogAssertHandlerFunction handler) {
logging.h 289 BASE_EXPORT void SetLogAssertHandler(LogAssertHandlerFunction handler);
    [all...]
  /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_org/base/test/
test_suite.cc 292 logging::SetLogAssertHandler(UnitTestAssertHandler);
  /external/chromium_org/net/disk_cache/
stress_cache.cc 268 logging::SetLogAssertHandler(CrashHandler);
  /external/chromium/chrome/common/
logging_chrome.cc 110 logging::SetLogAssertHandler(SilentRuntimeAssertHandler);
  /external/chromium_org/chrome/common/
logging_chrome.cc 110 logging::SetLogAssertHandler(SilentRuntimeAssertHandler);
  /external/chromium_org/chrome_frame/test/net/
fake_external_tab.cc 663 logging::SetLogAssertHandler(UnitTestAssertHandler);
    [all...]

Completed in 607 milliseconds