Searched refs:FileChooser (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DFileChooser.cpp30 #include "platform/FileChooser.h"
39 FileChooser* FileChooserClient::newFileChooser(const FileChooserSettings& settings)
43 m_chooser = FileChooser::create(this, settings);
53 inline FileChooser::FileChooser(FileChooserClient* client, const FileChooserSettings& settings) function in class:blink::FileChooser
59 PassRefPtr<FileChooser> FileChooser::create(FileChooserClient* client, const FileChooserSettings& settings)
61 return adoptRef(new FileChooser(client, settings));
64 FileChooser::~FileChooser()
[all...]
H A DFileChooser.h40 class FileChooser;
71 FileChooser* newFileChooser(const FileChooserSettings&);
76 RefPtr<FileChooser> m_chooser;
79 class PLATFORM_EXPORT FileChooser : public RefCounted<FileChooser> { class in namespace:blink
81 static PassRefPtr<FileChooser> create(FileChooserClient*, const FileChooserSettings&);
82 ~FileChooser();
95 FileChooser(FileChooserClient*, const FileChooserSettings&);
H A Dblink_platform.target.darwin-arm.mk56 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.darwin-arm64.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.darwin-mips.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.darwin-mips64.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.darwin-x86.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.darwin-x86_64.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.linux-arm.mk56 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.linux-arm64.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.linux-mips.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.linux-mips64.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.linux-x86.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
H A Dblink_platform.target.linux-x86_64.mk55 third_party/WebKit/Source/platform/FileChooser.cpp \
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFileChooserCompletionImpl.h34 #include "platform/FileChooser.h"
44 explicit WebFileChooserCompletionImpl(PassRefPtr<FileChooser>);
50 RefPtr<FileChooser> m_fileChooser;
H A DWebFileChooserCompletionImpl.cpp36 WebFileChooserCompletionImpl::WebFileChooserCompletionImpl(PassRefPtr<FileChooser> chooser)
H A DChromeClientImpl.h49 class FileChooser;
133 virtual void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>) OVERRIDE;
134 virtual void enumerateChosenDirectory(FileChooser*) OVERRIDE;
H A DChromeClientImpl.cpp62 #include "platform/FileChooser.h"
602 void ChromeClientImpl::runOpenPanel(LocalFrame* frame, PassRefPtr<FileChooser> fileChooser)
627 void ChromeClientImpl::enumerateChosenDirectory(FileChooser* fileChooser)
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DChrome.h39 class FileChooser;
122 void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>);
123 void enumerateChosenDirectory(FileChooser*);
H A DChromeClient.h50 class FileChooser;
174 virtual void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>) = 0;
177 virtual void enumerateChosenDirectory(FileChooser*) = 0;
H A DChrome.cpp39 #include "platform/FileChooser.h"
328 void Chrome::enumerateChosenDirectory(FileChooser* fileChooser)
351 void Chrome::runOpenPanel(LocalFrame* frame, PassRefPtr<FileChooser> fileChooser)
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DEmptyClients.cpp37 #include "platform/FileChooser.h"
98 void EmptyChromeClient::runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>)
H A DEmptyClients.h144 virtual void enumerateChosenDirectory(FileChooser*) OVERRIDE { }
150 virtual void runOpenPanel(LocalFrame*, PassRefPtr<FileChooser>) OVERRIDE;

Completed in 302 milliseconds