Home | History | Annotate | Download | only in editing

Lines Matching refs:isListItem

661 bool isListItem(Node *n)
663 return n && n->renderer() && n->renderer()->isListItem();
787 if (isListItem(listItem))