Searched refs:IsNotSupported (Results 1 – 10 of 10) sorted by relevance
28 blink::WebMimeRegistry::IsNotSupported; in supportsMIMEType()35 blink::WebMimeRegistry::IsNotSupported; in supportsImageMIMEType()46 : WebMimeRegistry::IsNotSupported; in supportsImagePrefixedMIMEType()54 blink::WebMimeRegistry::IsNotSupported; in supportsJavaScriptMIMEType()64 return IsNotSupported; in supportsMediaMIMEType()68 return IsNotSupported; in supportsMediaMIMEType()109 blink::WebMimeRegistry::IsNotSupported; in supportsNonImageMIMEType()
28 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsMIMEType()34 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsImageMIMEType()44 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsImagePrefixedMIMEType()51 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsJavaScriptMIMEType()61 return IsNotSupported; in supportsMediaMIMEType()83 WebMimeRegistry::IsSupported : WebMimeRegistry::IsNotSupported; in supportsNonImageMIMEType()
42 COMPILE_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsNotSupported,43 net::IsNotSupported);
73 != blink::WebMimeRegistry::IsNotSupported; in isSupportedImageMIMEType()84 != blink::WebMimeRegistry::IsNotSupported; in isSupportedImagePrefixedMIMEType()99 != blink::WebMimeRegistry::IsNotSupported; in isSupportedJavaScriptMIMEType()105 != blink::WebMimeRegistry::IsNotSupported; in isSupportedNonImageMIMEType()
42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enumerator
102 IsNotSupported, enumerator
614 return IsNotSupported; in AreSupportedCodecs()618 return IsNotSupported; in AreSupportedCodecs()896 return codecs.empty() ? MayBeSupported : IsNotSupported; in IsSupportedStrictMediaMimeType()901 IsSupported : IsNotSupported; in IsSupportedStrictMediaMimeType()913 return IsCodecSupported(default_codec) ? IsSupported : IsNotSupported; in IsSupportedStrictMediaMimeType()
400 return IsNotSupported; in supportsMediaMIMEType()407 return IsNotSupported; in supportsMediaMIMEType()416 return IsNotSupported; in supportsMediaMIMEType()
247 if (HTMLMediaElement::supportsType(contentType, String()) == WebMimeRegistry::IsNotSupported) in isTypeSupported()
264 return supported > WebMimeRegistry::IsNotSupported; in canLoadURL()275 return WebMimeRegistry::IsNotSupported; in supportsType()284 return WebMimeRegistry::IsNotSupported; in supportsType()289 return WebMimeRegistry::IsNotSupported; in supportsType()703 case WebMimeRegistry::IsNotSupported: in canPlayType()