Searched refs:processContentsBetweenOffsets (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | Range.h | 152 …static PassRefPtr<Node> processContentsBetweenOffsets(ActionType, PassRefPtr<DocumentFragment>, No…
|
D | Range.cpp | 685 …processContentsBetweenOffsets(action, fragment, m_start.container(), m_start.offset(), m_end.offse… in processContents() 715 …leftContents = processContentsBetweenOffsets(action, 0, m_start.container(), m_start.offset(), len… in processContents() 721 …rightContents = processContentsBetweenOffsets(action, 0, m_end.container(), 0, m_end.offset(), ec); in processContents() 769 PassRefPtr<Node> Range::processContentsBetweenOffsets(ActionType action, PassRefPtr<DocumentFragmen… in processContentsBetweenOffsets() function in WebCore::Range
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 2757 (WebCore::Range::processContentsBetweenOffsets): 2780 Extracted Range::processContentsBetweenOffsets, which process contents of a node 2797 processContentsBetweenOffsets. 2798 (WebCore::Range::processContentsBetweenOffsets): Added.
|
D | ChangeLog | 14648 (WebCore::Range::processContentsBetweenOffsets): 58309 …racted processNodes and deleteCharacterData from processContents and processContentsBetweenOffsets. 58312 …numeric_limits<unsigned>::max() because the convention that processContentsBetweenOffsets automati… 58326 (WebCore::Range::processContentsBetweenOffsets): Calls deleteCharacterData and processNodes. 58327 … (WebCore::Range::processNodes): Extracted from processContents and processContentsBetweenOffsets.
|