OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:allowsdirectoryupload
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/WebKit2/Shared/
WebOpenPanelParameters.cpp
49
encoder->encode(CoreIPC::In(allowMultipleFiles,
allowsDirectoryUpload
, acceptTypes, filenames));
54
return decoder->decode(CoreIPC::Out(result.allowMultipleFiles, result.
allowsDirectoryUpload
, result.acceptTypes, result.filenames));
WebOpenPanelParameters.h
49
bool
allowsDirectoryUpload
;
/external/webkit/Source/WebCore/platform/
FileChooser.h
48
virtual bool
allowsDirectoryUpload
() = 0;
77
bool
allowsDirectoryUpload
() const { return m_client ? m_client->
allowsDirectoryUpload
() : false; }
/external/webkit/Source/WebCore/rendering/
RenderFileUploadControl.h
66
bool
allowsDirectoryUpload
();
RenderFileUploadControl.cpp
98
if (
allowsDirectoryUpload
())
107
bool RenderFileUploadControl::
allowsDirectoryUpload
()
314
if (
allowsDirectoryUpload
()) {
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp
601
parameters.
allowsDirectoryUpload
= fileChooser->
allowsDirectoryUpload
();
603
parameters.
allowsDirectoryUpload
= false;
/external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp
664
params.directory = fileChooser->
allowsDirectoryUpload
();
Completed in 1535 milliseconds