#include <FileChooser.h>

Public Member Functions | |
| ~FileChooser () | |
| void | disconnectClient () |
| bool | disconnected () |
| void | openFileChooser (Document *) |
| const String & | filename () const |
| String | basenameForWidth (const Font &, int width) const |
| void | clear () |
| void | chooseFile (const String &filename) |
Static Public Member Functions | |
| static PassRefPtr < FileChooser > | create (FileChooserClient *, const String &initialFilename) |
| WebCore::FileChooser::~FileChooser | ( | ) |
| static PassRefPtr<FileChooser> WebCore::FileChooser::create | ( | FileChooserClient * | , | |
| const String & | initialFilename | |||
| ) | [static] |
| void WebCore::FileChooser::disconnectClient | ( | ) | [inline] |
| bool WebCore::FileChooser::disconnected | ( | ) | [inline] |
| void WebCore::FileChooser::openFileChooser | ( | Document * | ) |
| const String& WebCore::FileChooser::filename | ( | ) | const [inline] |
| void WebCore::FileChooser::clear | ( | ) |
| void WebCore::FileChooser::chooseFile | ( | const String & | filename | ) |