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

  /external/webkit/WebCore/plugins/
PluginArray.h 35 class PluginArray : public RefCounted<PluginArray> {
37 static PassRefPtr<PluginArray> create(Frame* frame) { return adoptRef(new PluginArray(frame)); }
38 ~PluginArray();
50 PluginArray(Frame*);
PluginArray.cpp 21 #include "PluginArray.h"
31 PluginArray::PluginArray(Frame* frame)
36 PluginArray::~PluginArray()
40 unsigned PluginArray::length() const
48 PassRefPtr<Plugin> PluginArray::item(unsigned index)
59 bool PluginArray::canGetItemsForName(const AtomicString& propertyName)
72 PassRefPtr<Plugin> PluginArray::namedItem(const AtomicString& propertyName)
85 void PluginArray::refresh(bool reload
    [all...]

Completed in 245 milliseconds