Home
last modified time | relevance | path

Searched refs:IsNotSupported (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/mojo/services/html_viewer/
Dwebmimeregistry_impl.cc28 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()
/external/chromium_org/content/child/
Dsimple_webmimeregistry_impl.cc28 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()
Dassert_matching_enums.cc42 COMPILE_ASSERT_MATCHING_ENUM(blink::WebMimeRegistry::IsNotSupported,
43 net::IsNotSupported);
/external/chromium_org/third_party/WebKit/Source/platform/
DMIMETypeRegistry.cpp73 != blink::WebMimeRegistry::IsNotSupported; in isSupportedImageMIMEType()
84 != blink::WebMimeRegistry::IsNotSupported; in isSupportedImagePrefixedMIMEType()
99 != blink::WebMimeRegistry::IsNotSupported; in isSupportedJavaScriptMIMEType()
105 != blink::WebMimeRegistry::IsNotSupported; in isSupportedNonImageMIMEType()
/external/chromium_org/third_party/WebKit/public/platform/
DWebMimeRegistry.h42 enum SupportsType { IsNotSupported, IsSupported, MayBeSupported }; enumerator
/external/chromium_org/net/base/
Dmime_util.h102 IsNotSupported, enumerator
Dmime_util.cc614 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()
/external/chromium_org/content/renderer/
Drenderer_webkitplatformsupport_impl.cc400 return IsNotSupported; in supportsMediaMIMEType()
407 return IsNotSupported; in supportsMediaMIMEType()
416 return IsNotSupported; in supportsMediaMIMEType()
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
DMediaSource.cpp247 if (HTMLMediaElement::supportsType(contentType, String()) == WebMimeRegistry::IsNotSupported) in isTypeSupported()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp264 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()