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

/external/webkit/Source/WebCore/dom/
H A DRange.cpp701 // a direct child of commonRoot) into rightContents. Then we process all
702 // commonRoot children between leftContents and rightContents
704 // In case 1 or 2, we skip either processing of leftContents or rightContents,
719 RefPtr<Node> rightContents; local
721 rightContents = processContentsBetweenOffsets(action, 0, m_end.container(), 0, m_end.offset(), ec);
722 rightContents = processAncestorsAndTheirSiblings(action, m_end.container(), ProcessContentsBackward, rightContents, commonRoot.get(), ec);
742 // Now add leftContents, stuff in between, and rightContents to the fragment
755 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && rightContents)
756 fragment->appendChild(rightContents, e
[all...]

Completed in 65 milliseconds