Searched refs:enclosingBlockOfInsertionPos (Results 1 – 1 of 1) sorted by relevance
1031 …RefPtrWillBeRawPtr<Element> enclosingBlockOfInsertionPos = enclosingBlock(insertionPos.deprecatedN… in doApply() local1035 …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()1160 …enclosingBlockOfInsertionPos && insertionPos.deprecatedNode() == enclosingBlockOfInsertionPos->par… in doApply()