Searched refs:DOMPluginArray (Results 1 – 16 of 16) sorted by relevance
30 DOMPluginArray::DOMPluginArray(LocalFrame* frame) in DOMPluginArray() function in WebCore::DOMPluginArray36 DOMPluginArray::~DOMPluginArray() in ~DOMPluginArray()40 unsigned DOMPluginArray::length() const in length()48 PassRefPtrWillBeRawPtr<DOMPlugin> DOMPluginArray::item(unsigned index) in item()59 bool DOMPluginArray::canGetItemsForName(const AtomicString& propertyName) in canGetItemsForName()72 PassRefPtrWillBeRawPtr<DOMPlugin> DOMPluginArray::namedItem(const AtomicString& propertyName) in namedItem()85 void DOMPluginArray::refresh(bool reload) in refresh()90 PluginData* DOMPluginArray::pluginData() const in pluginData()
38 class DOMPluginArray FINAL : public RefCountedWillBeGarbageCollectedFinalized<DOMPluginArray>, publ…40 static PassRefPtrWillBeRawPtr<DOMPluginArray> create(LocalFrame* frame) in create()42 return adoptRefWillBeNoop(new DOMPluginArray(frame)); in create()44 virtual ~DOMPluginArray();56 explicit DOMPluginArray(LocalFrame*);
23 ImplementedAs=DOMPluginArray
39 class DOMPluginArray; variable63 DOMPluginArray* plugins() const;85 mutable RefPtrWillBeMember<DOMPluginArray> m_plugins;
88 DOMPluginArray* Navigator::plugins() const in plugins()91 m_plugins = DOMPluginArray::create(m_frame); in plugins()
515 third_party/WebKit/Source/core/plugins/DOMPluginArray.cpp \
1465 'plugins/DOMPluginArray.cpp',1466 'plugins/DOMPluginArray.h',