Searched refs:notInList (Results 1 – 2 of 2) sorted by relevance
45 void setNotInList(bool notInList) { m_notInList = notInList; } in setNotInList() argument46 bool notInList() const { return m_notInList; } in notInList() function
1703 return m_listItem->notInList() || style()->listStylePosition() == INSIDE; in isInside()