Home
last modified time | relevance | path

Searched refs:splitText (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRangeTest.cpp59 oldText->splitText(2, ASSERT_NO_EXCEPTION); in TEST_F()
104 oldText->splitText(3, ASSERT_NO_EXCEPTION); in TEST_F()
DText.h44 PassRefPtrWillBeRawPtr<Text> splitText(unsigned offset, ExceptionState&);
DText.idl26 [RaisesException] Text splitText(unsigned long offset);
DText.cpp105 PassRefPtrWillBeRawPtr<Text> Text::splitText(unsigned offset, ExceptionState& exceptionState) in splitText() function in WebCore::Text
DRange.cpp893 … RefPtrWillBeRawPtr<Text> newText = toText(container)->splitText(m_start.offset(), exceptionState); in insertNode()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1106 public Text splitText(int offset) throws DOMException in splitText() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java967 public final Text splitText(int offset) throws DOMException in splitText() method in DTMNodeProxy
/external/chromium_org/third_party/polymer/platform/
Dplatform.js33 …per,g=window.Text;c.prototype=Object.create(d.prototype),e(c.prototype,{splitText:function(a){a=b(… method