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

#include <FileChooser.h>

Inheritance diagram for WebCore::FileChooser:
WTF::RefCounted< FileChooser > WTF::RefCounted< FileChooser > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

WEBCORE_EXPORT ~FileChooser ()
 
void invalidate ()
 
WEBCORE_EXPORT void chooseFile (const String &path)
 
WEBCORE_EXPORT void chooseFiles (const Vector< String > &paths)
 
void chooseFiles (const Vector< FileChooserFileInfo > &files)
 
const FileChooserSettingssettings () const
 
WEBCORE_EXPORT ~FileChooser ()
 
void invalidate ()
 
WEBCORE_EXPORT void chooseFile (const String &path)
 
WEBCORE_EXPORT void chooseFiles (const Vector< String > &paths)
 
void chooseFiles (const Vector< FileChooserFileInfo > &files)
 
const FileChooserSettingssettings () const
 
- Public Member Functions inherited from WTF::RefCounted< FileChooser >
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< FileChoosercreate (FileChooserClient *, const FileChooserSettings &)
 
static Ref< FileChoosercreate (FileChooserClient *, const FileChooserSettings &)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< FileChooser >
 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
 

Constructor & Destructor Documentation

◆ ~FileChooser() [1/2]

WebCore::FileChooser::~FileChooser ( )

◆ ~FileChooser() [2/2]

WEBCORE_EXPORT WebCore::FileChooser::~FileChooser ( )

Member Function Documentation

◆ chooseFile() [1/2]

void WebCore::FileChooser::chooseFile ( const String path)

◆ chooseFile() [2/2]

WEBCORE_EXPORT void WebCore::FileChooser::chooseFile ( const String path)

◆ chooseFiles() [1/4]

void WebCore::FileChooser::chooseFiles ( const Vector< String > &  paths)

◆ chooseFiles() [2/4]

WEBCORE_EXPORT void WebCore::FileChooser::chooseFiles ( const Vector< String > &  paths)

◆ chooseFiles() [3/4]

void WebCore::FileChooser::chooseFiles ( const Vector< FileChooserFileInfo > &  files)

◆ chooseFiles() [4/4]

void WebCore::FileChooser::chooseFiles ( const Vector< FileChooserFileInfo > &  files)

◆ create() [1/2]

static Ref<FileChooser> WebCore::FileChooser::create ( FileChooserClient ,
const FileChooserSettings  
)
static

◆ create() [2/2]

Ref< FileChooser > WebCore::FileChooser::create ( FileChooserClient client,
const FileChooserSettings settings 
)
static

◆ invalidate() [1/2]

void WebCore::FileChooser::invalidate ( )

◆ invalidate() [2/2]

void WebCore::FileChooser::invalidate ( )

◆ settings() [1/2]

const FileChooserSettings& WebCore::FileChooser::settings ( ) const
inline

◆ settings() [2/2]

const FileChooserSettings& WebCore::FileChooser::settings ( ) const
inline

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