Searched refs:FileIconLoaderClient (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/forms/
H A DFileIconLoader.h42 class FileIconLoaderClient { class in namespace:WebCore
44 virtual ~FileIconLoaderClient() { }
50 explicit FileIconLoader(FileIconLoaderClient&);
56 FileIconLoaderClient* m_client;
H A DFileIconLoader.cpp49 FileIconLoader::FileIconLoader(FileIconLoaderClient& client)
/macosx-10.10/WebCore-7600.1.25/html/
H A DFileInputType.h46 class FileInputType : public BaseClickableWithKeyInputType, private FileChooserClient, private FileIconLoaderClient {
90 // FileIconLoaderClient implementation.
H A DFileInputType.cpp316 m_fileIconLoader = std::make_unique<FileIconLoader>(static_cast<FileIconLoaderClient&>(*this));

Completed in 68 milliseconds