Searched defs:enumerateChosenDirectory (Results 1 - 4 of 4) sorted by relevance

/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/WebCore/page/
H A DChrome.cpp448 void Chrome::enumerateChosenDirectory(const String& path, FileChooser* fileChooser) function in class:WebCore::Chrome
450 m_client->enumerateChosenDirectory(path, fileChooser);
/external/webkit/Source/WebKit/chromium/src/
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/loader/
H A DEmptyClients.h197 virtual void enumerateChosenDirectory(const String&, FileChooser*) { } function in class:WebCore::EmptyChromeClient

Completed in 135 milliseconds