Searched refs:g_logging_delegate_function (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.cc39 void (*g_logging_delegate_function)(const std::string&) = NULL; member in namespace:rtc
162 if (g_logging_delegate_function && severity_ <= LS_INFO) {
163 g_logging_delegate_function(str);
304 if (delegate == g_logging_delegate_function)
306 CHECK(!g_logging_delegate_function);
310 g_logging_delegate_function = delegate;

Completed in 456 milliseconds