Searched defs:DOMPluginArray (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/plugins/
H A DDOMPluginArray.h35 class DOMPluginArray : public RefCounted<DOMPluginArray> { class in namespace:WebCore
37 static PassRefPtr<DOMPluginArray> create(Frame* frame) { return adoptRef(new DOMPluginArray(frame)); }
38 ~DOMPluginArray();
50 DOMPluginArray(Frame*);
H A DDOMPluginArray.cpp21 #include "DOMPluginArray.h"
31 DOMPluginArray::DOMPluginArray(Frame* frame) function in class:WebCore::DOMPluginArray
36 DOMPluginArray::~DOMPluginArray()
40 unsigned DOMPluginArray::length() const
48 PassRefPtr<DOMPlugin> DOMPluginArray::item(unsigned index)
59 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName)
72 PassRefPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString& propertyName)
85 void DOMPluginArray
[all...]

Completed in 187 milliseconds