Home
last modified time | relevance | path

Searched refs:textRemoved (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/dom/
DCharacterData.cpp45 document()->textRemoved(this, 0, oldLength); in setData()
130 document()->textRemoved(this, offset, realCount); in deleteData()
152 document()->textRemoved(this, offset, realCount); in replaceData()
DProcessingInstruction.cpp71 document()->textRemoved(this, 0, oldLength); in setData()
DRange.h121 void textRemoved(Node*, unsigned offset, unsigned length);
DDocument.h716 void textRemoved(Node*, unsigned offset, unsigned length);
DDocument.cpp3465 void Document::textRemoved(Node* text, unsigned offset, unsigned length) in textRemoved() function in WebCore::Document
3470 (*it)->textRemoved(text, offset, length); in textRemoved()
DRange.cpp1825 void Range::textRemoved(Node* text, unsigned offset, unsigned length) in textRemoved() function in WebCore::Range
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1023289 (WebCore::Document::textRemoved): Ditto.
23409 (WebCore::Document::textRemoved):
35586 (WebCore::Range::textRemoved): Ditto.
40664 with call to Document::textRemoved.
40668 and Document::shiftMarkers with call to Document::textRemoved.
40670 and Document::shiftMarkers with call to Document::textRemoved and
40688 (WebCore::Document::textRemoved): Added. Calls textRemoved on all ranges and also
40716 (WebCore::ProcessingInstruction::setData): Call textRemoved.
40752 (WebCore::Range::textRemoved): Added.
DChangeLog58821 (WebCore::Document::textRemoved):
DChangeLog-2009-06-1627743 (WebCore::Document::textRemoved):
DChangeLog-2010-12-0674236 (WebCore::Document::textRemoved): Ditto.