collectOptionInnerText 120 Source/core/html/HTMLOptionElement.cpp text = collectOptionInnerText(); collectOptionInnerText 203 Source/core/html/HTMLOptionElement.cpp return collectOptionInnerText().stripWhiteSpace(isHTMLSpace<UChar>).simplifyWhiteSpace(isHTMLSpace<UChar>); collectOptionInnerText 275 Source/core/html/HTMLOptionElement.cpp return collectOptionInnerText().stripWhiteSpace(isHTMLSpace<UChar>).simplifyWhiteSpace(isHTMLSpace<UChar>); collectOptionInnerText 90 Source/core/html/HTMLOptionElement.h String collectOptionInnerText() const;