Searched refs:IsCompatibleWith (Results 1 – 8 of 8) sorted by relevance
45 bool IsCompatibleWith(CefRefPtr<CefMediaSource> source) override;
147 bool CefMediaSinkCToCpp::IsCompatibleWith(CefRefPtr<CefMediaSource> source) { in IsCompatibleWith() function in CefMediaSinkCToCpp
33 bool IsCompatibleWith(CefRefPtr<CefMediaSource> source) override;
132 bool CefMediaSinkImpl::IsCompatibleWith(CefRefPtr<CefMediaSource> source) { in IsCompatibleWith() function in CefMediaSinkImpl
252 } else if (!sink->IsCompatibleWith(source)) { in CreateRouteInternal()
277 virtual bool IsCompatibleWith(CefRefPtr<CefMediaSource> source) = 0;
161 bool _retval = CefMediaSinkCppToC::Get(self)->IsCompatibleWith( in media_sink_is_compatible_with()
3639 - // valid, compatible (as reported by CefMediaSink::IsCompatibleWith), and a3820 - virtual bool IsCompatibleWith(CefRefPtr<CefMediaSource> source) = 0;