OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:multiSelect
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit/chromium/public/
WebFileChooserParams.h
41
// If |
multiSelect
| is true, the dialog allow to select multiple files.
42
bool
multiSelect
;
64
:
multiSelect
(false)
/external/webkit/Source/WebCore/dom/
SelectElement.cpp
718
bool
multiSelect
= data.multiple() && multi && !shift;
733
if (!shiftSelect && !
multiSelect
)
737
if (data.activeSelectionAnchorIndex() < 0 && !
multiSelect
)
750
updateListBoxSelection(data, element, !
multiSelect
);
[
all
...]
/external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp
662
params.
multiSelect
= fileChooser->allowsMultipleFiles();
Completed in 93 milliseconds