Searched refs:wholeText (Results 1 – 7 of 7) sorted by relevance
48 String wholeText() const;
29 readonly attribute DOMString wholeText;
165 String Text::wholeText() const in wholeText() function in WebCore::Text
110 return text ? text->wholeText() : emptyString(); in compositionText()
218 if (textNode->wholeText() == newVisibleValue) in updateVisibleValue()
267 m_oldText = m_textNode->wholeText(); in perform()
1111 return toText(node)->wholeText(); in textUnderElement()