Home
last modified time | relevance | path

Searched refs:custom_assert_logger_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
Dcommon.cc48 static AssertLogger custom_assert_logger_ = NULL; variable
51 custom_assert_logger_ = logger; in SetCustomAssertLogger()
56 if (custom_assert_logger_) { in LogAssert()
57 custom_assert_logger_(function, file, line, expression); in LogAssert()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dcommon.cc65 static AssertLogger custom_assert_logger_ = NULL; variable
68 custom_assert_logger_ = logger; in SetCustomAssertLogger()
73 if (custom_assert_logger_) { in LogAssert()
74 custom_assert_logger_(function, file, line, expression); in LogAssert()