Home
last modified time | relevance | path

Searched refs:wholeText (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.h48 String wholeText() const;
DText.idl29 readonly attribute DOMString wholeText;
DText.cpp165 String Text::wholeText() const in wholeText() function in WebCore::Text
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
DInputMethodContext.cpp110 return text ? text->wholeText() : emptyString(); in compositionText()
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeFieldElement.cpp218 if (textNode->wholeText() == newVisibleValue) in updateVisibleValue()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMEditor.cpp267 m_oldText = m_textNode->wholeText(); in perform()
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.cpp1111 return toText(node)->wholeText(); in textUnderElement()