HomeSort by relevance Sort by last modified time
    Searched refs:DOMPlugin (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/plugins/
DOMPlugin.h 33 class DOMPlugin : public RefCounted<DOMPlugin>, private FrameDestructionObserver {
35 static PassRefPtr<DOMPlugin> create(PluginData* pluginData, Frame* frame, unsigned index) { return adoptRef(new DOMPlugin(pluginData, frame, index)); }
36 ~DOMPlugin();
54 DOMPlugin(PluginData*, Frame*, unsigned index);
DOMPluginArray.idl 28 DOMPlugin item(in unsigned long index);
29 DOMPlugin namedItem(in DOMString name);
DOMPlugin.cpp 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
    [all...]
DOMMimeType.idl 27 readonly attribute DOMPlugin enabledPlugin;
DOMPluginArray.h 24 #include "DOMPlugin.h"
43 PassRefPtr<DOMPlugin> item(unsigned index);
45 PassRefPtr<DOMPlugin> namedItem(const AtomicString& propertyName);
DOMPluginArray.cpp 23 #include "DOMPlugin.h"
48 PassRefPtr<DOMPlugin> DOMPluginArray::item(unsigned index)
56 return DOMPlugin::create(data, m_frame, index).get();
72 PassRefPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString& propertyName)
80 return DOMPlugin::create(data, m_frame, i).get();
DOMMimeType.h 33 class DOMPlugin;
43 PassRefPtr<DOMPlugin> enabledPlugin() const;
DOMPlugin.idl 26 ] DOMPlugin {
DOMMimeType.cpp 22 #include "DOMPlugin.h"
70 PassRefPtr<DOMPlugin> DOMMimeType::enabledPlugin() const
75 return DOMPlugin::create(m_pluginData.get(), m_frame, m_pluginData->mimePluginIndices()[m_index]);
  /external/webkit/Source/WebCore/bindings/js/
JSDOMPluginCustom.cpp 22 #include "DOMPlugin.h"
30 bool JSDOMPlugin::canGetItemsForName(ExecState*, DOMPlugin* plugin, const Identifier& propertyName)
  /external/webkit/Source/WebCore/
Android.mk 825 plugins/DOMPlugin.cpp \
    [all...]

Completed in 302 milliseconds