Searched refs:isTypeSupported (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeys.idl42 static boolean isTypeSupported(DOMString keySystem, optional DOMString contentType = null);
H A DMediaKeys.h56 static bool isTypeSupported(const String& keySystem, const String& contentType);
H A DMediaKeys.cpp213 bool MediaKeys::isTypeSupported(const String& keySystem, const String& contentType) function in class:blink::MediaKeys
215 WTF_LOG(Media, "MediaKeys::isTypeSupported(%s, %s)", keySystem.ascii().data(), contentType.ascii().data());
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
H A DMediaSource.idl60 static boolean isTypeSupported (DOMString type);
H A DMediaSource.h75 static bool isTypeSupported(const String& type);
H A DMediaSource.cpp131 if (!isTypeSupported(type)) {
228 bool MediaSource::isTypeSupported(const String& type) function in class:blink::MediaSource
230 WTF_LOG(Media, "MediaSource::isTypeSupported(%s)", type.ascii().data());
232 // Section 2.2 isTypeSupported() method steps.
233 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#widl-MediaSource-isTypeSupported-boolean-DOMString-type
245 // Note: MediaSource.isTypeSupported() returning true implies that HTMLMediaElement.canPlayType() will return "maybe" or "probably"

Completed in 936 milliseconds