Searched refs:ShouldIgnoreTrace (Results 1 – 6 of 6) sorted by relevance
179 bool ShouldIgnoreTrace(const std::string& trace);
187 bool ShouldIgnoreTrace(const std::string& trace);
169 bool ShouldIgnoreTrace(const std::string& trace);
1445 bool WebRtcVideoEngine::ShouldIgnoreTrace(const std::string& trace) { in ShouldIgnoreTrace() function in cricket::WebRtcVideoEngine1481 if (!ShouldIgnoreTrace(msg) && in Print()1482 (!voice_engine_ || !voice_engine_->ShouldIgnoreTrace(msg))) { in Print()
1335 bool WebRtcVoiceEngine::ShouldIgnoreTrace(const std::string& trace) { in ShouldIgnoreTrace() function in cricket::WebRtcVoiceEngine1380 if (!ShouldIgnoreTrace(msg)) { in Print()
495 bool WebRtcVideoEngine2::ShouldIgnoreTrace(const std::string& trace) { in ShouldIgnoreTrace() function in cricket::WebRtcVideoEngine2