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

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp246 String contentMIMEType = contentType.type().lower(); local
250 if (contentMIMEType.isEmpty() || contentMIMEType == "application/octet-stream" || contentMIMEType == "text/plain") {
252 contentMIMEType = mimeTypeFromDataURL(url.string());
256 if (contentMIMEType.isEmpty())
262 if (contentMIMEType != "application/octet-stream" || contentTypeCodecs.isEmpty()) {
263 WebMimeRegistry::SupportsType supported = blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower());

Completed in 112 milliseconds