HomeSort by relevance Sort by last modified time
    Searched defs:DOMPluginArray (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/plugins/
DOMPluginArray.h 35 class DOMPluginArray : public RefCounted<DOMPluginArray> {
37 static PassRefPtr<DOMPluginArray> create(Frame* frame) { return adoptRef(new DOMPluginArray(frame)); }
38 ~DOMPluginArray();
50 DOMPluginArray(Frame*);
DOMPluginArray.cpp 21 #include "DOMPluginArray.h"
31 DOMPluginArray::DOMPluginArray(Frame* frame)
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::refresh(bool reload
    [all...]

Completed in 56 milliseconds