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

  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitMediaSource.h 54 static bool isTypeSupported(const String& type);
MediaSource.idl 52 static boolean isTypeSupported (DOMString type);
WebKitMediaSource.idl 53 static boolean isTypeSupported (DOMString type);
MediaSource.h 54 static bool isTypeSupported(const String& type);
WebKitMediaSource.cpp 84 if (!isTypeSupported(type)) {
178 bool WebKitMediaSource::isTypeSupported(const String& type)
180 // Section 2.1 isTypeSupported() method steps.
181 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#widl-MediaSource-isTypeSupported-boolean-DOMString-type
MediaSource.cpp 85 if (!isTypeSupported(type)) {
187 bool MediaSource::isTypeSupported(const String& type)
189 LOG(Media, "MediaSource::isTypeSupported(%s)", type.ascii().data());
191 // Section 2.2 isTypeSupported() method steps.
192 // https://dvcs.w3.org/hg/html-media/raw-file/tip/media-source/media-source.html#widl-MediaSource-isTypeSupported-boolean-DOMString-type

Completed in 49 milliseconds