HomeSort by relevance Sort by last modified time
    Searched defs:multiSelect (Results 1 - 2 of 2) 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...]

Completed in 26 milliseconds