Searched defs:hasPlaceholderLabelOption (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLSelectElement.cpp113 bool HTMLSelectElement::hasPlaceholderLabelOption() const function in class:WebCore::HTMLSelectElement
145 return firstSelectionIndex < 0 || (!firstSelectionIndex && hasPlaceholderLabelOption());

Completed in 338 milliseconds