Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dmarkup.cpp545 …teMarkupInternal(Document& document, const Range* range, const Range* updatedRange, Vector<Node*>*… in createMarkupInternal() argument
549 ASSERT(updatedRange); in createMarkupInternal()
552 bool collapsed = updatedRange->collapsed(ASSERT_NO_EXCEPTION); in createMarkupInternal()
555 Node* commonAncestor = updatedRange->commonAncestorContainer(ASSERT_NO_EXCEPTION); in createMarkupInternal()
566 …Node* specialCommonAncestor = highestAncestorToWrapMarkup(updatedRange, shouldAnnotate, constraini… in createMarkupInternal()
567 …StyledMarkupAccumulator accumulator(nodes, shouldResolveURLs, shouldAnnotate, updatedRange, specia… in createMarkupInternal()
568 Node* pastEnd = updatedRange->pastLastNode(); in createMarkupInternal()
570 Node* startNode = updatedRange->firstNode(); in createMarkupInternal()
571 VisiblePosition visibleStart(updatedRange->startPosition(), VP_DEFAULT_AFFINITY); in createMarkupInternal()
572 VisiblePosition visibleEnd(updatedRange->endPosition(), VP_DEFAULT_AFFINITY); in createMarkupInternal()
[all …]