Searched refs:DOMPluginArray (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DDOMPluginArray.h37 class DOMPluginArray : public ScriptWrappable, public RefCounted<DOMPluginArray>, public DOMWindowProperty { class in namespace:WebCore
39 static PassRefPtr<DOMPluginArray> create(Frame* frame) { return adoptRef(new DOMPluginArray(frame)); }
40 ~DOMPluginArray();
50 explicit DOMPluginArray(Frame*);
H A DDOMPluginArray.cpp21 #include "DOMPluginArray.h"
37 DOMPluginArray::DOMPluginArray(Frame* frame) function in class:WebCore::DOMPluginArray
42 DOMPluginArray::~DOMPluginArray()
46 unsigned DOMPluginArray::length() const
54 PassRefPtr<DOMPlugin> DOMPluginArray::item(unsigned index)
65 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName)
78 PassRefPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString& propertyName)
91 void DOMPluginArray
[all...]
H A DDOMPluginArray.idl24 ] interface DOMPluginArray {
/macosx-10.10/WebCore-7600.1.25/page/
H A DNavigator.h36 class DOMPluginArray;
49 DOMPluginArray* plugins() const;
68 mutable RefPtr<DOMPluginArray> m_plugins;
H A DNavigator.cpp28 #include "DOMPluginArray.h"
100 DOMPluginArray* Navigator::plugins() const
103 m_plugins = DOMPluginArray::create(m_frame);
H A DNavigator.idl29 readonly attribute DOMPluginArray plugins;
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDOMPluginArrayCustom.cpp23 #include "DOMPluginArray.h"
32 bool JSDOMPluginArray::canGetItemsForName(ExecState*, DOMPluginArray* pluginArray, PropertyName propertyName)

Completed in 125 milliseconds