Home
last modified time | relevance | path

Searched refs:replaceWholeText (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMEditor.h57 bool replaceWholeText(Text*, const String& text, ExceptionState&);
66 bool replaceWholeText(Text*, const String& text, ErrorString*);
DDOMEditor.cpp273 m_textNode->replaceWholeText(m_oldText); in undo()
279 m_textNode->replaceWholeText(m_text); in redo()
391 bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ExceptionState& exceptionState) in replaceWholeText() function in WebCore::DOMEditor
452 bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ErrorString* errorString) in replaceWholeText() function in WebCore::DOMEditor
455 bool result = replaceWholeText(textNode, text, exceptionState); in replaceWholeText()
DInspectorDOMAgent.cpp847 m_domEditor->replaceWholeText(toText(node), value, errorString); in setNodeValue()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DText.h49 PassRefPtr<Text> replaceWholeText(const String&);
DText.idl30 [MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4.
DText.cpp192 PassRefPtr<Text> Text::replaceWholeText(const String& newText) in replaceWholeText() function in WebCore::Text
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeFieldElement.cpp221 textNode->replaceWholeText(newVisibleValue); in updateVisibleValue()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1826 public Text replaceWholeText(String content) in replaceWholeText() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java2067 public Text replaceWholeText(String content) in replaceWholeText() method in DTMNodeProxy