Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp818 Element* currentRoot = selection.rootEditableElement(); in doApply() local
846 startBlock == currentRoot || isListItem(startBlock) || selectionIsPlainText) in doApply()
923 ASSERT(startBlock != currentRoot); in doApply()
1121 if (m_smartReplace && currentRoot) { in doApply()
1123 Node* start = currentRoot->shadowAncestorNode(); in doApply()