Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DRange.cpp634 RefPtrWillBeRawPtr<Node> leftContents = nullptr; in processContents() local
636leftContents = processContentsBetweenOffsets(action, nullptr, originalStart.container(), originalS… in processContents()
637leftContents = processAncestorsAndTheirSiblings(action, originalStart.container(), ProcessContents… in processContents()
674 if ((action == EXTRACT_CONTENTS || action == CLONE_CONTENTS) && leftContents) in processContents()
675 fragment->appendChild(leftContents, exceptionState); in processContents()