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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.h 107 void updateListBoxSelection(bool deselectOtherOptions);
159 DeselectOtherOptions = 1 << 0,
HTMLSelectElement.cpp 127 selectOption(optionIndex, DeselectOtherOptions | (fireOnChangeNow ? DispatchChangeEvent : 0) | UserDriven);
603 void HTMLSelectElement::updateListBoxSelection(bool deselectOtherOptions)
619 else if (deselectOtherOptions || i >= m_cachedStateForActiveSelection.size())
810 selectOption(index, DeselectOtherOptions);
826 bool shouldDeselect = !m_multiple || (flags & DeselectOtherOptions);
    [all...]

Completed in 185 milliseconds