/external/webkit/Source/WebCore/platform/haiku/ |
FileChooserHaiku.cpp | 23 #include "FileChooser.h" 31 String FileChooser::basenameForWidth(const Font&, int width) const
|
/external/webkit/Source/WebCore/platform/wx/ |
FileChooserWx.cpp | 27 #include "FileChooser.h" 33 String FileChooser::basenameForWidth(const Font&, int width) const
|
/external/webkit/Source/WebCore/platform/ |
FileChooser.cpp | 30 #include "FileChooser.h" 40 inline FileChooser::FileChooser(FileChooserClient* client, const Vector<String>& initialFilenames) 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...] |
FileChooser.h | 38 class FileChooser; 51 virtual void chooseIconForFiles(FileChooser*, const Vector<String>&) = 0; 55 class FileChooser : public RefCounted<FileChooser> { 57 static PassRefPtr<FileChooser> create(FileChooserClient*, const Vector<String>& initialFilenames); 58 ~FileChooser(); 83 FileChooser(FileChooserClient*, const Vector<String>& initialFilenames);
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebOpenPanelResultListener.h | 30 #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;
|
WebOpenPanelResultListener.cpp | 31 PassRefPtr<WebOpenPanelResultListener> WebOpenPanelResultListener::create(WebPage* page, PassRefPtr<WebCore::FileChooser> fileChooser) 33 return adoptRef(new WebOpenPanelResultListener(page, fileChooser)); 36 WebOpenPanelResultListener::WebOpenPanelResultListener(WebPage* page, PassRefPtr<WebCore::FileChooser> fileChooser) 38 , m_fileChooser(fileChooser)
|
/external/webkit/Source/WebKit/chromium/src/ |
WebFileChooserCompletionImpl.h | 38 #include "FileChooser.h" 49 WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser); 53 RefPtr<WebCore::FileChooser> m_fileChooser;
|
WebIconLoadingCompletionImpl.h | 34 #include "FileChooser.h" 46 WebIconLoadingCompletionImpl(WebCore::FileChooser*); 52 RefPtr<WebCore::FileChooser> m_fileChooser;
|
WebIconLoadingCompletionImpl.cpp | 42 WebIconLoadingCompletionImpl::WebIconLoadingCompletionImpl(FileChooser* chooser)
|
WebFileChooserCompletionImpl.cpp | 36 WebFileChooserCompletionImpl::WebFileChooserCompletionImpl(PassRefPtr<WebCore::FileChooser> chooser)
|
/external/webkit/Source/WebCore/platform/android/ |
FileChooserAndroid.cpp | 27 #include "FileChooser.h" 35 String FileChooser::basenameForWidth(const Font& font, int width) const
|
/external/webkit/Source/WebCore/platform/efl/ |
FileChooserEfl.cpp | 31 #include "FileChooser.h" 38 String FileChooser::basenameForWidth(const Font& font, int width) const
|
/external/webkit/Source/WebCore/platform/mac/ |
FileChooserMac.mm | 31 #import "FileChooser.h" 39 String FileChooser::basenameForWidth(const Font& font, int width) const
|
/external/webkit/Source/WebCore/platform/brew/ |
FileChooserBrew.cpp | 29 #include "FileChooser.h" 37 String FileChooser::basenameForWidth(const Font& font, int width) const
|
/external/webkit/Source/WebCore/platform/chromium/ |
FileChooserChromium.cpp | 28 #include "FileChooser.h" 36 String FileChooser::basenameForWidth(const Font& font, int width) const
|
/external/webkit/Source/WebCore/platform/win/ |
FileChooserWin.cpp | 27 #include "FileChooser.h" 35 String FileChooser::basenameForWidth(const Font& font, int width) const
|
/external/webkit/Source/WebCore/platform/qt/ |
FileChooserQt.cpp | 22 #include "FileChooser.h" 31 String FileChooser::basenameForWidth(const Font& f, int width) const
|
/external/webkit/Source/WebCore/rendering/ |
RenderFileUploadControl.h | 24 #include "FileChooser.h" 70 void chooseIconForFiles(FileChooser*, const Vector<String>&); 79 RefPtr<FileChooser> m_fileChooser;
|
/external/webkit/Source/WebCore/page/ |
Chrome.h | 25 #include "FileChooser.h" 154 void runOpenPanel(Frame*, PassRefPtr<FileChooser>); 155 void chooseIconForFiles(const Vector<String>&, FileChooser*); 157 void enumerateChosenDirectory(const String&, FileChooser*);
|
ChromeClient.h | 48 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/ |
ChromeClientEfl.h | 127 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/WebCore/platform/gtk/ |
FileChooserGtk.cpp | 28 #include "FileChooser.h" 51 String FileChooser::basenameForWidth(const Font& font, int width) const
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
ChromeClientQt.h | 47 class FileChooser; 173 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>); 174 virtual void chooseIconForFiles(const Vector<String>&, FileChooser*);
|
/external/webkit/Source/WebKit/haiku/WebCoreSupport/ |
ChromeClientHaiku.h | 153 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>); 154 virtual void chooseIconForFiles(const Vector<String>&, FileChooser*);
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
ChromeClientWx.h | 137 virtual void runOpenPanel(Frame*, PassRefPtr<FileChooser>); 138 virtual void chooseIconForFiles(const Vector<String>&, FileChooser*);
|