Searched refs:splitText (Results 1 – 8 of 8) sorted by relevance
59 oldText->splitText(2, ASSERT_NO_EXCEPTION); in TEST_F()104 oldText->splitText(3, ASSERT_NO_EXCEPTION); in TEST_F()
44 PassRefPtrWillBeRawPtr<Text> splitText(unsigned offset, ExceptionState&);
26 [RaisesException] Text splitText(unsigned long offset);
105 PassRefPtrWillBeRawPtr<Text> Text::splitText(unsigned offset, ExceptionState& exceptionState) in splitText() function in WebCore::Text
893 … RefPtrWillBeRawPtr<Text> newText = toText(container)->splitText(m_start.offset(), exceptionState); in insertNode()
1106 public Text splitText(int offset) throws DOMException in splitText() method in UnImplNode
967 public final Text splitText(int offset) throws DOMException in splitText() method in DTMNodeProxy
33 …per,g=window.Text;c.prototype=Object.create(d.prototype),e(c.prototype,{splitText:function(a){a=b(… method