HomeSort by relevance Sort by last modified time
    Searched full:g_logging_delegate_function (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/overrides/webrtc/base/
logging.cc 39 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 50 milliseconds