Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DRange.cpp719 RefPtr<Node> rightContents; in processContents() local
721rightContents = processContentsBetweenOffsets(action, 0, m_end.container(), 0, m_end.offset(), ec); in processContents()
722rightContents = processAncestorsAndTheirSiblings(action, m_end.container(), ProcessContentsBackwar… in processContents()
755 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && rightContents) in processContents()
756 fragment->appendChild(rightContents, ec); in processContents()