Searched refs:enumerateChosenDirectory (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DChrome.h157 void enumerateChosenDirectory(const String&, FileChooser*);
H A DChrome.cpp448 void Chrome::enumerateChosenDirectory(const String& path, FileChooser* fileChooser) function in class:WebCore::Chrome
450 m_client->enumerateChosenDirectory(path, fileChooser);
H A DChromeClient.h231 virtual void enumerateChosenDirectory(const String&, FileChooser*) = 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebViewClient.h129 virtual bool enumerateChosenDirectory(const WebString& path, WebFileChooserCompletion*) { return false; } function in class:WebKit::WebViewClient
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h143 virtual void enumerateChosenDirectory(const WTF::String&, WebCore::FileChooser*);
H A DChromeClientImpl.cpp692 void ChromeClientImpl::enumerateChosenDirectory(const String& path, FileChooser* fileChooser) function in class:WebKit::ChromeClientImpl
702 if (!client->enumerateChosenDirectory(path, chooserCompletion))
/external/webkit/Source/WebCore/rendering/
H A DRenderFileUploadControl.cpp116 chromePointer->enumerateChosenDirectory(paths[0], m_fileChooser.get());
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h201 virtual void enumerateChosenDirectory(const String&, FileChooser*) { } function in class:WebCore::EmptyChromeClient

Completed in 103 milliseconds