Home | History | Annotate | Download | only in plugins

Lines Matching defs:DOMPlugin

20 #include "DOMPlugin.h"
28 DOMPlugin::DOMPlugin(PluginData* pluginData, Frame* frame, unsigned index)
37 DOMPlugin::~DOMPlugin()
43 String DOMPlugin::name() const
48 String DOMPlugin::filename() const
53 String DOMPlugin::description() const
58 unsigned DOMPlugin::length() const
63 PassRefPtr<DOMMimeType> DOMPlugin::item(unsigned index)
78 bool DOMPlugin::canGetItemsForName(const AtomicString& propertyName)
87 PassRefPtr<DOMMimeType> DOMPlugin::namedItem(const AtomicString& propertyName)