Home | History | Annotate | Download | only in editing

Lines Matching refs:isListItem

549 bool isListItem(const Node *n)
551 return n && n->renderer() && n->renderer()->isListItem();
707 if (isListItem(listItem))