HomeSort by relevance Sort by last modified time
    Searched defs:supportsType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.cpp 76 bool Image::supportsType(const String& type)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.cpp 238 WebMimeRegistry::SupportsType supported = blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower());
245 WebMimeRegistry::SupportsType HTMLMediaElement::supportsType(const ContentType& contentType, const String& keySystem)
661 WebMimeRegistry::SupportsType support = supportsType(ContentType(mimeType), keySystem);
    [all...]

Completed in 671 milliseconds