Home | History | Annotate | Download | only in html

Lines Matching defs:selectedOption

1154     HTMLOptionElement* selectedOption = 0;
1163 if (selectedOption && !m_multiple)
1164 selectedOption->setSelectedState(false);
1166 selectedOption = toHTMLOptionElement(element);
1174 if (!selectedOption && firstOption && !m_multiple && m_size <= 1)