HomeSort by relevance Sort by last modified time
    Searched refs:ProcessContentsForward (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Range.h 168 enum ContentsProcessDirection { ProcessContentsForward, ProcessContentsBackward };
Range.cpp 721 leftContents = processAncestorsAndTheirSiblings(action, originalStart.container(), ProcessContentsForward, leftContents, commonRoot.get(), exceptionState);
881 RefPtr<Node> firstChildInAncestorToProcess = direction == ProcessContentsForward ? container->nextSibling() : container->previousSibling();
    [all...]

Completed in 84 milliseconds