HomeSort by relevance Sort by last modified time
    Searched defs:allowMultipleSelection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/public/web/
WebPopupMenuInfo.h 46 bool allowMultipleSelection;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp 98 void HTMLSelectElement::optionSelectedByUser(int optionIndex, bool fireOnChangeNow, bool allowMultipleSelection)
103 updateSelectedState(optionToListIndex(optionIndex), allowMultipleSelection, false);
    [all...]

Completed in 49 milliseconds