Searched refs:mimeTypeStr (Results 1 – 2 of 2) sorted by relevance
137 CString mimeTypeStr = m_resourceResponse.mimeType().utf8(); in startStream() local185 …NPError npErr = m_pluginFuncs->newstream(m_instance, (NPMIMEType)mimeTypeStr.data(), &m_stream, fa… in startStream()
2441 String mimeTypeStr(mimeType, SysStringLen(mimeType)); in canShowMIMEType() local2446 *canShow = MIMETypeRegistry::isSupportedImageMIMEType(mimeTypeStr) || in canShowMIMEType()2447 MIMETypeRegistry::isSupportedNonImageMIMEType(mimeTypeStr) || in canShowMIMEType()2448 (m_page && m_page->pluginData() && m_page->pluginData()->supportsMimeType(mimeTypeStr)) || in canShowMIMEType()2449 shouldUseEmbeddedView(mimeTypeStr); in canShowMIMEType()