Searched refs:contentMIMEType (Results 1 – 1 of 1) sorted by relevance
196 String contentMIMEType = contentType.type().lower(); in canLoadURL() local200 …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()