Home
last modified time | relevance | path

Searched refs:collectOptionInnerText (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/dom/
DOptionElement.cpp79 text = collectOptionInnerText(element); in collectOptionLabelOrText()
83 String OptionElement::collectOptionInnerText(const Element* element) in collectOptionInnerText() function in WebCore::OptionElement
128 return collectOptionInnerText(element).stripWhiteSpace(); in collectOptionValue()
DOptionElement.h52 static String collectOptionInnerText(const Element*);
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2979132 (WebCore::OptionElement::collectOptionInnerText):