Home | History | Annotate | Download | only in editing

Lines Matching refs:enclosingBlockElement

132     Element* enclosingBlockElement = enclosingBlock(pos.containerNode());
133 for (Position nextPosition = pos; nextPosition.containerNode() != enclosingBlockElement; pos = nextPosition) {
141 || enclosingBlock(nextPosition.containerNode()) != enclosingBlockElement
1229 Element* enclosingBlockElement = enclosingBlock(endOfInsertedContent.deepEquivalent().deprecatedNode());
1230 if (isListItem(enclosingBlockElement)) {
1232 insertNodeAfter(newListItem, enclosingBlockElement);