Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/
DPluginPackage.h89 String fullMIMEDescription() const { return m_fullMIMEDescription;} in fullMIMEDescription()
133 String m_fullMIMEDescription; variable
DPluginPackage.cpp387 m_fullMIMEDescription = String(); in ensurePluginLoaded()
/external/webkit/Source/WebCore/plugins/qt/
DPluginPackageQt.cpp72 m_fullMIMEDescription = mimeDescription.lower(); in setMIMEDescription()