Searched refs:replaceWholeText (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DText.idl29 [MeasureAs=TextReplaceWholeText] Text replaceWholeText(DOMString content); // Removed from DOM4.
H A DText.h51 PassRefPtrWillBeRawPtr<Text> replaceWholeText(const String&);
H A DText.cpp190 PassRefPtrWillBeRawPtr<Text> Text::replaceWholeText(const String& newText) function in class:blink::Text
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.h60 bool replaceWholeText(Text*, const String& text, ExceptionState&);
69 bool replaceWholeText(Text*, const String& text, ErrorString*);
H A DDOMEditor.cpp311 m_textNode->replaceWholeText(m_oldText);
317 m_textNode->replaceWholeText(m_text);
446 bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ExceptionState& exceptionState) function in class:blink::DOMEditor
507 bool DOMEditor::replaceWholeText(Text* textNode, const String& text, ErrorString* errorString) function in class:blink::DOMEditor
510 bool result = replaceWholeText(textNode, text, exceptionState);
H A DInspectorDOMAgent.cpp895 m_domEditor->replaceWholeText(toText(node), value, errorString);
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeFieldElement.cpp222 textNode->replaceWholeText(newVisibleValue);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java1826 public Text replaceWholeText(String content) method in class:UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java2067 public Text replaceWholeText(String content) method in class:DTMNodeProxy
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 3606 milliseconds