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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 109 void updateListBoxSelection(bool deselectOtherOptions);
162 DeselectOtherOptions = 1 << 0,
HTMLSelectElement.cpp 124 selectOption(optionIndex, DeselectOtherOptions | (fireOnChangeNow ? DispatchChangeEvent : 0) | UserDriven);
598 void HTMLSelectElement::updateListBoxSelection(bool deselectOtherOptions)
614 else if (deselectOtherOptions || i >= m_cachedStateForActiveSelection.size())
808 selectOption(index, DeselectOtherOptions);
824 bool shouldDeselect = !m_multiple || (flags & DeselectOtherOptions);
    [all...]

Completed in 37 milliseconds