Searched refs:MayBeSupported (Results 1 – 13 of 13) sorted by relevance
62 return MayBeSupported; in supportsMediaMIMEType()81 return MayBeSupported; in supportsMediaMIMEType()
42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enumerator
590 case WebMimeRegistry::MayBeSupported: in supportsType()591 return MediaPlayer::MayBeSupported; in supportsType()
171 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enumerator
204 return codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPlayer::IsSupported; in supportsType()
100 return MediaPlayer::MayBeSupported; in supportsType()
634 return MediaPlayer::MayBeSupported;637 …t isPlayableExtendedMIMEType:typeString] ? MediaPlayer::IsSupported : MediaPlayer::MayBeSupported;;
93 return MediaPlayer::MayBeSupported; in supportsType()
715 …return mimeTypeCache().contains(type) ? (codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPla… in supportsType()
1024 …return mimeTypeCache().contains(type) ? (codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPla… in supportsType()
1600 return codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPlayer::IsSupported; in supportsType()
498 case MediaPlayer::MayBeSupported: in canPlayType()
1468 return codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPlayer::IsSupported;