Searched refs:emptyListItem (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp1040 Node* emptyListItem = enclosingEmptyListItem(endingSelection().visibleStart()); local
1041 if (!emptyListItem)
1047 ContainerNode* listNode = emptyListItem->parentNode();
1052 || listNode == emptyListItem->rootEditableElement())
1074 if (emptyListItem->renderer()->nextSibling()) {
1075 // If emptyListItem follows another list item, split the list node.
1076 if (emptyListItem->renderer()->previousSibling())
1077 splitElement(static_cast<Element*>(listNode), emptyListItem); local
1079 // If emptyListItem is followed by other list item, then insert newBlock before the list node.
1080 // Because we have splitted the element, emptyListItem i
[all...]

Completed in 160 milliseconds