Home
last modified time | relevance | path

Searched defs:listChildNode (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DBreakBlockquoteCommand.cpp146 Node* listChildNode = i > 1 ? ancestors[i - 2] : startNode; in doApply() local
DInsertListCommand.cpp195 Node* listChildNode = enclosingListChild(selectionNode); in doApplyForSingleParagraph() local
253 …nlistifyParagraph(const VisiblePosition& originalStart, HTMLElement* listNode, Node* listChildNode) in unlistifyParagraph()
Dhtmlediting.cpp734 Node* listChildNode = enclosingListChild(visiblePos.deepEquivalent().deprecatedNode()); in enclosingEmptyListItem() local