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

#include <FileList.h>

Inheritance diagram for WebCore::FileList:
WebCore::ScriptWrappable WTF::RefCounted< FileList > WebCore::ScriptWrappable WTF::RefCounted< FileList > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

unsigned length () const
 
WEBCORE_EXPORT Fileitem (unsigned index) const
 
bool isEmpty () const
 
Vector< Stringpaths () const
 
unsigned length () const
 
WEBCORE_EXPORT Fileitem (unsigned index) const
 
bool isEmpty () const
 
Vector< Stringpaths () const
 
- 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< FileList >
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 ()
 

Static Public Member Functions

static Ref< FileListcreate ()
 
static Ref< FileListcreate (Vector< RefPtr< File >> &&files)
 
static Ref< FileListcreate ()
 
static Ref< FileListcreate (Vector< RefPtr< File >> &&files)
 
- Static Public Member Functions inherited from WebCore::ScriptWrappable
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 

Friends

class DataTransfer
 
class FileInputType
 

Additional Inherited Members

- Protected Member Functions inherited from WebCore::ScriptWrappable
 ~ScriptWrappable ()
 
 ~ScriptWrappable ()
 
- Protected Member Functions inherited from WTF::RefCounted< FileList >
 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
 

Member Function Documentation

◆ create() [1/4]

static Ref<FileList> WebCore::FileList::create ( )
inlinestatic

◆ create() [2/4]

static Ref<FileList> WebCore::FileList::create ( )
inlinestatic

◆ create() [3/4]

static Ref<FileList> WebCore::FileList::create ( Vector< RefPtr< File >> &&  files)
inlinestatic

◆ create() [4/4]

static Ref<FileList> WebCore::FileList::create ( Vector< RefPtr< File >> &&  files)
inlinestatic

◆ isEmpty() [1/2]

bool WebCore::FileList::isEmpty ( void  ) const
inline

◆ isEmpty() [2/2]

bool WebCore::FileList::isEmpty ( ) const
inline

◆ item() [1/2]

File * FileList::item ( unsigned  index) const

◆ item() [2/2]

WEBCORE_EXPORT File* WebCore::FileList::item ( unsigned  index) const

◆ length() [1/2]

unsigned WebCore::FileList::length ( void  ) const
inline

◆ length() [2/2]

unsigned WebCore::FileList::length ( ) const
inline

◆ paths() [1/2]

Vector<String> WebCore::FileList::paths ( ) const

◆ paths() [2/2]

Vector< String > FileList::paths ( ) const

Friends And Related Function Documentation

◆ DataTransfer

DataTransfer
friend

◆ FileInputType

FileInputType
friend

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