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

/external/webkit/WebCore/dom/
H A DOptionElement.cpp70 String OptionElement::collectOptionLabelOrText(const OptionElementData& data, const Element* element) function in class:WebCore::OptionElement
116 return " " + collectOptionLabelOrText(data, element);
118 return collectOptionLabelOrText(data, element);

Completed in 9 milliseconds