Home
last modified time | relevance | path

Searched defs:allowsDirectoryUpload (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebOpenPanelParameters.h49 bool allowsDirectoryUpload; member
/external/webkit/Source/WebCore/platform/
DFileChooser.h80 …bool allowsDirectoryUpload() const { return m_client ? m_client->allowsDirectoryUpload() : false; } in allowsDirectoryUpload() function
/external/webkit/Source/WebCore/rendering/
DRenderFileUploadControl.cpp107 bool RenderFileUploadControl::allowsDirectoryUpload() in allowsDirectoryUpload() function in WebCore::RenderFileUploadControl