HomeSort by relevance Sort by last modified time
    Searched refs:isTypeSupported (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeys.idl 42 static boolean isTypeSupported(DOMString keySystem, optional DOMString contentType = null);
MediaKeys.h 56 static bool isTypeSupported(const String& keySystem, const String& contentType);
MediaKeys.cpp 213 bool MediaKeys::isTypeSupported(const String& keySystem, const String& contentType)
215 WTF_LOG(Media, "MediaKeys::isTypeSupported(%s, %s)", keySystem.ascii().data(), contentType.ascii().data());
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.idl 60 static boolean isTypeSupported (DOMString type);
MediaSource.h 75 static bool isTypeSupported(const String& type);
MediaSource.cpp 131 if (!isTypeSupported(type)) {
228 bool MediaSource::isTypeSupported(const String& type)
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"
  /frameworks/base/services/core/java/com/android/server/
ConnectivityService.java 484 public boolean isTypeSupported(int type) {
489 if (isTypeSupported(type) && !mTypeLists[type].isEmpty()) {
506 if (!isTypeSupported(type)) {
801 if (mLegacyTypeTracker.isTypeSupported(networkType)) {
    [all...]

Completed in 92 milliseconds