Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMediaElement.cpp196 String contentMIMEType = contentType.type().lower(); in canLoadURL() local
200 …if (contentMIMEType.isEmpty() || contentMIMEType == "application/octet-stream" || contentMIMEType in canLoadURL()
202 contentMIMEType = mimeTypeFromDataURL(url.string()); in canLoadURL()
206 if (contentMIMEType.isEmpty()) in canLoadURL()
212 if (contentMIMEType != "application/octet-stream" || contentTypeCodecs.isEmpty()) { in canLoadURL()
213 … = blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeC… in canLoadURL()