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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DApplyBlockElementCommand.cpp83 RefPtr<ContainerNode> endScope; local
84 int endIndex = indexForVisiblePosition(endOfSelection, endScope);
90 ASSERT(startScope == endScope);
93 if (startScope == endScope && startIndex >= 0 && startIndex <= endIndex) {
95 VisiblePosition end(visiblePositionForIndex(endIndex, endScope.get()));

Completed in 117 milliseconds