Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DReplaceSelectionCommand.cpp1031 …RefPtrWillBeRawPtr<Element> enclosingBlockOfInsertionPos = enclosingBlock(insertionPos.deprecatedN… in doApply() local
1035 …if (m_preventNesting && enclosingBlockOfInsertionPos && !isTableCell(enclosingBlockOfInsertionPos.… in doApply()
1036 ASSERT(enclosingBlockOfInsertionPos != currentRoot); in doApply()
1039 insertionPos = positionInParentAfterNode(*enclosingBlockOfInsertionPos); in doApply()
1041 insertionPos = positionInParentBeforeNode(*enclosingBlockOfInsertionPos); in doApply()
1153 if (enclosingBlockOfInsertionPos && !enclosingBlockOfInsertionPos->inDocument()) in doApply()
1154 enclosingBlockOfInsertionPos = nullptr; in doApply()
1160enclosingBlockOfInsertionPos && insertionPos.deprecatedNode() == enclosingBlockOfInsertionPos->par… in doApply()