Searched defs:startScope (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DApplyBlockElementCommand.cpp89 RefPtrWillBeRawPtr<ContainerNode> startScope = nullptr; local
90 int startIndex = indexForVisiblePosition(startOfSelection, startScope);
98 ASSERT(startScope == endScope);
101 if (startScope == endScope && startIndex >= 0 && startIndex <= endIndex) {
102 VisiblePosition start(visiblePositionForIndex(startIndex, startScope.get()));

Completed in 146 milliseconds