webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::DOMPluginArray Class Reference

#include <DOMPluginArray.h>

Inheritance diagram for WebCore::DOMPluginArray:
WebCore::ScriptWrappable WTF::RefCounted< DOMPluginArray > WebCore::DOMWindowProperty WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

 ~DOMPluginArray ()
 
unsigned length () const
 
RefPtr< DOMPluginitem (unsigned index)
 
RefPtr< DOMPluginnamedItem (const AtomicString &propertyName)
 
Vector< AtomicStringsupportedPropertyNames ()
 
void refresh (bool reloadPages)
 
- Public Member Functions inherited from WebCore::ScriptWrappable
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
- Public Member Functions inherited from WTF::RefCounted< DOMPluginArray >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
- Public Member Functions inherited from WebCore::DOMWindowProperty
 DOMWindowProperty (Frame *)
 
virtual void disconnectFrameForDocumentSuspension ()
 
virtual void reconnectFrameFromDocumentSuspension (Frame *)
 
virtual void willDestroyGlobalObjectInCachedFrame ()
 
virtual void willDestroyGlobalObjectInFrame ()
 
virtual void willDetachGlobalObjectFromFrame ()
 
Frameframe () const
 
 DOMWindowProperty (Frame *)
 
virtual void disconnectFrameForDocumentSuspension ()
 
virtual void reconnectFrameFromDocumentSuspension (Frame *)
 
virtual void willDestroyGlobalObjectInCachedFrame ()
 
virtual void willDestroyGlobalObjectInFrame ()
 
virtual void willDetachGlobalObjectFromFrame ()
 
Frameframe () const
 

Static Public Member Functions

static Ref< DOMPluginArraycreate (Frame *frame)
 
- Static Public Member Functions inherited from WebCore::ScriptWrappable
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 

Additional Inherited Members

- Protected Member Functions inherited from WebCore::ScriptWrappable
 ~ScriptWrappable ()
 
 ~ScriptWrappable ()
 
- Protected Member Functions inherited from WTF::RefCounted< DOMPluginArray >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
- Protected Member Functions inherited from WebCore::DOMWindowProperty
virtual ~DOMWindowProperty ()
 
virtual ~DOMWindowProperty ()
 
- Protected Attributes inherited from WebCore::DOMWindowProperty
Framem_frame
 
DOMWindowm_associatedDOMWindow
 

Constructor & Destructor Documentation

◆ ~DOMPluginArray()

DOMPluginArray::~DOMPluginArray ( )

Member Function Documentation

◆ create()

static Ref<DOMPluginArray> WebCore::DOMPluginArray::create ( Frame frame)
inlinestatic

◆ item()

RefPtr< DOMPlugin > DOMPluginArray::item ( unsigned  index)

◆ length()

unsigned DOMPluginArray::length ( void  ) const

◆ namedItem()

RefPtr< DOMPlugin > DOMPluginArray::namedItem ( const AtomicString propertyName)

◆ refresh()

void DOMPluginArray::refresh ( bool  reloadPages)

◆ supportedPropertyNames()

Vector< AtomicString > DOMPluginArray::supportedPropertyNames ( )

The documentation for this class was generated from the following files: