Searched refs:firstSelectionIndex (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLSelectElement.cpp142 int firstSelectionIndex = selectedIndex(); local
144 // If a non-placeholer label option is selected (firstSelectionIndex > 0), it's not value-missing.
145 return firstSelectionIndex < 0 || (!firstSelectionIndex && hasPlaceholderLabelOption());

Completed in 59 milliseconds