Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DReplaceSelectionCommand.cpp690 Element* currentRoot = selection.rootEditableElement(); in doApply() local
708 startBlock == currentRoot || in doApply()
782 ASSERT(startBlock != currentRoot); in doApply()
923 if (m_smartReplace && currentRoot) { in doApply()
925 Node* start = currentRoot->shadowAncestorNode(); in doApply()