DOMPlugin 65 Source/core/plugins/DOMMimeType.cpp PassRefPtrWillBeRawPtr<DOMPlugin> DOMMimeType::enabledPlugin() const DOMPlugin 73 Source/core/plugins/DOMMimeType.cpp return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]); DOMPlugin 34 Source/core/plugins/DOMMimeType.h class DOMPlugin; DOMPlugin 48 Source/core/plugins/DOMMimeType.h PassRefPtrWillBeRawPtr<DOMPlugin> enabledPlugin() const; DOMPlugin 27 Source/core/plugins/DOMPlugin.cpp DOMPlugin::DOMPlugin(PluginData* pluginData, LocalFrame* frame, unsigned index) DOMPlugin 35 Source/core/plugins/DOMPlugin.cpp DOMPlugin::~DOMPlugin() DOMPlugin 39 Source/core/plugins/DOMPlugin.cpp String DOMPlugin::name() const DOMPlugin 44 Source/core/plugins/DOMPlugin.cpp String DOMPlugin::filename() const DOMPlugin 49 Source/core/plugins/DOMPlugin.cpp String DOMPlugin::description() const DOMPlugin 54 Source/core/plugins/DOMPlugin.cpp unsigned DOMPlugin::length() const DOMPlugin 59 Source/core/plugins/DOMPlugin.cpp PassRefPtrWillBeRawPtr<DOMMimeType> DOMPlugin::item(unsigned index) DOMPlugin 74 Source/core/plugins/DOMPlugin.cpp bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName) DOMPlugin 83 Source/core/plugins/DOMPlugin.cpp PassRefPtrWillBeRawPtr<DOMMimeType> DOMPlugin::namedItem(const AtomicString& propertyName) DOMPlugin 36 Source/core/plugins/DOMPlugin.h class DOMPlugin FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMPlugin>, public ScriptWrappable, public FrameDestructionObserver { DOMPlugin 38 Source/core/plugins/DOMPlugin.h static PassRefPtrWillBeRawPtr<DOMPlugin> create(PluginData* pluginData, LocalFrame* frame, unsigned index) DOMPlugin 40 Source/core/plugins/DOMPlugin.h return adoptRefWillBeNoop(new DOMPlugin(pluginData, frame, index)); DOMPlugin 42 Source/core/plugins/DOMPlugin.h virtual ~DOMPlugin(); DOMPlugin 59 Source/core/plugins/DOMPlugin.h DOMPlugin(PluginData*, LocalFrame*, unsigned index); DOMPlugin 48 Source/core/plugins/DOMPluginArray.cpp PassRefPtrWillBeRawPtr<DOMPlugin> DOMPluginArray::item(unsigned index) DOMPlugin 56 Source/core/plugins/DOMPluginArray.cpp return DOMPlugin::create(data, m_frame, index).get(); DOMPlugin 72 Source/core/plugins/DOMPluginArray.cpp PassRefPtrWillBeRawPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString& propertyName) DOMPlugin 80 Source/core/plugins/DOMPluginArray.cpp return DOMPlugin::create(data, m_frame, i).get(); DOMPlugin 47 Source/core/plugins/DOMPluginArray.h PassRefPtrWillBeRawPtr<DOMPlugin> item(unsigned index); DOMPlugin 49 Source/core/plugins/DOMPluginArray.h PassRefPtrWillBeRawPtr<DOMPlugin> namedItem(const AtomicString& propertyName);