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

12

/external/webkit/Source/WebCore/platform/haiku/
H A DFileChooserHaiku.cpp23 #include "FileChooser.h"
31 String FileChooser::basenameForWidth(const Font&, int width) const
/external/webkit/Source/WebCore/platform/wx/
H A DFileChooserWx.cpp27 #include "FileChooser.h"
33 String FileChooser::basenameForWidth(const Font&, int width) const
/external/webkit/Source/WebCore/platform/
H A DFileChooser.cpp30 #include "FileChooser.h"
40 inline FileChooser::FileChooser(FileChooserClient* client, const Vector<String>& initialFilenames) function in class:WebCore::FileChooser
47 void FileChooser::initialize()
53 PassRefPtr<FileChooser> FileChooser::create(FileChooserClient* client, const Vector<String>& initialFilenames)
55 RefPtr<FileChooser> chooser(adoptRef(new FileChooser(client, initialFilenames)));
60 FileChooser::~FileChooser()
[all...]
H A DFileChooser.h38 class FileChooser;
51 virtual void chooseIconForFiles(FileChooser*, const Vector<String>&) = 0;
58 class FileChooser : public RefCounted<FileChooser> { class in namespace:WebCore
60 static PassRefPtr<FileChooser> create(FileChooserClient*, const Vector<String>& initialFilenames);
61 ~FileChooser();
90 FileChooser(FileChooserClient*, const Vector<String>& initialFilenames);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebOpenPanelResultListener.h30 #include <WebCore/FileChooser.h>
38 static PassRefPtr<WebOpenPanelResultListener> create(WebPage*, PassRefPtr<WebCore::FileChooser>);
45 WebOpenPanelResultListener(WebPage*, PassRefPtr<WebCore::FileChooser>);
48 RefPtr<WebCore::FileChooser> m_fileChooser;
H A DWebOpenPanelResultListener.cpp31 PassRefPtr<WebOpenPanelResultListener> WebOpenPanelResultListener::create(WebPage* page, PassRefPtr<WebCore::FileChooser> fileChooser)
36 WebOpenPanelResultListener::WebOpenPanelResultListener(WebPage* page, PassRefPtr<WebCore::FileChooser> fileChooser)
/external/webkit/Source/WebKit/chromium/src/
H A DWebIconLoadingCompletionImpl.h34 #include "FileChooser.h"
46 WebIconLoadingCompletionImpl(WebCore::FileChooser*);
52 RefPtr<WebCore::FileChooser> m_fileChooser;
H A DWebFileChooserCompletionImpl.h38 #include "FileChooser.h"
49 WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser);
53 RefPtr<WebCore::FileChooser> m_fileChooser;
H A DWebIconLoadingCompletionImpl.cpp42 WebIconLoadingCompletionImpl::WebIconLoadingCompletionImpl(FileChooser* chooser)
H A DWebFileChooserCompletionImpl.cpp36 WebFileChooserCompletionImpl::WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser)
H A DChromeClientImpl.h42 class FileChooser;
140 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>);
141 virtual void chooseIconForFiles(const Vector<WTF::String>&, WebCore::FileChooser*);
143 virtual void enumerateChosenDirectory(const WTF::String&, WebCore::FileChooser*);
/external/webkit/Source/WebCore/platform/android/
H A DFileChooserAndroid.cpp27 #include "FileChooser.h"
35 String FileChooser::basenameForWidth(const Font& font, int width) const
/external/webkit/Source/WebCore/platform/chromium/
H A DFileChooserChromium.cpp28 #include "FileChooser.h"
36 String FileChooser::basenameForWidth(const Font& font, int width) const
/external/webkit/Source/WebCore/platform/efl/
H A DFileChooserEfl.cpp31 #include "FileChooser.h"
38 String FileChooser::basenameForWidth(const Font& font, int width) const
/external/webkit/Source/WebCore/platform/mac/
H A DFileChooserMac.mm31 #import "FileChooser.h"
39 String FileChooser::basenameForWidth(const Font& font, int width) const
/external/webkit/Source/WebCore/platform/brew/
H A DFileChooserBrew.cpp29 #include "FileChooser.h"
37 String FileChooser::basenameForWidth(const Font& font, int width) const
/external/webkit/Source/WebCore/platform/win/
H A DFileChooserWin.cpp27 #include "FileChooser.h"
35 String FileChooser::basenameForWidth(const Font& font, int width) const
/external/webkit/Source/WebCore/platform/qt/
H A DFileChooserQt.cpp22 #include "FileChooser.h"
31 String FileChooser::basenameForWidth(const Font& f, int width) const
/external/webkit/Source/WebCore/rendering/
H A DRenderFileUploadControl.h24 #include "FileChooser.h"
70 void chooseIconForFiles(FileChooser*, const Vector<String>&);
82 RefPtr<FileChooser> m_fileChooser;
/external/webkit/Source/WebCore/platform/gtk/
H A DFileChooserGtk.cpp28 #include "FileChooser.h"
51 String FileChooser::basenameForWidth(const Font& font, int width) const
/external/webkit/Source/WebCore/page/
H A DChrome.h25 #include "FileChooser.h"
154 void runOpenPanel(Frame*, PassRefPtr<FileChooser>);
155 void chooseIconForFiles(const Vector<String>&, FileChooser*);
157 void enumerateChosenDirectory(const String&, FileChooser*);
H A DChromeClient.h48 class FileChooser;
225 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>) = 0;
227 virtual void chooseIconForFiles(const Vector<String>&, FileChooser*) = 0;
231 virtual void enumerateChosenDirectory(const String&, FileChooser*) = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h127 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>);
128 virtual void chooseIconForFiles(const Vector<String>&, FileChooser*);
145 virtual void iconForFiles(const Vector<String, 0u>&, PassRefPtr<FileChooser>);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h153 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>);
154 virtual void chooseIconForFiles(const Vector<String>&, FileChooser*);
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h149 virtual void runOpenPanel(WebCore::Frame*, PassRefPtr<WebCore::FileChooser>);
151 virtual void chooseIconForFiles(const Vector<WTF::String>&, WebCore::FileChooser*);

Completed in 350 milliseconds

12