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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.idl 49 DOMString canPlayType(DOMString type, [Default=Undefined, TreatNullAs=NullString, TreatUndefinedAs=NullString] optional DOMString keySystem);
HTMLMediaElement.h 126 String canPlayType(const String& mimeType, const String& keySystem = String()) const;
HTMLMediaElement.cpp 261 // 4.8.10.3 MIME types - The canPlayType(type) method must return the empty string if type is a type that the
656 String HTMLMediaElement::canPlayType(const String& mimeType, const String& keySystem) const
678 WTF_LOG(Media, "HTMLMediaElement::canPlayType(%s, %s) -> %s", mimeType.utf8().data(), keySystem.utf8().data(), canPlay.utf8().data());
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]

Completed in 1259 milliseconds