Home | History | Annotate | Download | only in editing

Lines Matching refs:isListItem

567 bool isListItem(const Node* n)
569 return n && n->renderer() && n->renderer()->isListItem();