Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/plugins/
DDOMMimeType.cpp75 … return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]); in enabledPlugin()
DPluginData.h57 const Vector<size_t>& mimePluginIndices() const { return m_mimePluginIndices; } in mimePluginIndices() function
DDOMPlugin.cpp72 if (mimes[i] == mime && m_pluginData->mimePluginIndices()[i] == m_index) in item()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06121657 Get the plug-in index from the mimePluginIndices vector.
121674 (WebCore::PluginData::mimePluginIndices):