HomeSort by relevance Sort by last modified time
    Searched refs:collectOptionInnerText (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/dom/
OptionElement.cpp 79 text = collectOptionInnerText(element);
83 String OptionElement::collectOptionInnerText(const Element* element)
128 return collectOptionInnerText(element).stripWhiteSpace();
OptionElement.h 51 static String collectOptionInnerText(const Element*);

Completed in 16 milliseconds