Searched refs:m_serviceType (Results 1 – 4 of 4) sorted by relevance
93 m_serviceType = value.string().lower(); in parseMappedAttribute()94 size_t pos = m_serviceType.find(";"); in parseMappedAttribute()96 m_serviceType = m_serviceType.left(pos); in parseMappedAttribute()149 if (m_url.isEmpty() && m_serviceType.isEmpty()) in updateWidget()159 …nCreationOption == CreateOnlyNonNetscapePlugins && wouldLoadAsNetscapePlugin(m_url, m_serviceType)) in updateWidget()184 …loader->requestObject(this, m_url, getAttribute(nameAttr), m_serviceType, paramNames, paramValues); in updateWidget()
58 if (m_serviceType.isEmpty() && protocolIs(m_url, "data")) in isImageType()59 m_serviceType = mimeTypeFromDataURL(m_url); in isImageType()63 …return frame->loader()->client()->objectContentType(completedURL, m_serviceType, shouldPreferPlugI… in isImageType()66 return Image::supportsType(m_serviceType); in isImageType()
49 const String& serviceType() const { return m_serviceType; } in serviceType()59 String m_serviceType; variable
83 m_serviceType = attr->value().lower(); in parseMappedAttribute()84 size_t pos = m_serviceType.find(";"); in parseMappedAttribute()86 m_serviceType = m_serviceType.left(pos); in parseMappedAttribute()379 m_serviceType = m_imageLoader->image()->response().mimeType(); in renderFallbackContent()