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

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

Completed in 1635 milliseconds