Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderListItem.h44 void setNotInList(bool notInList) { m_notInList = notInList; } in setNotInList()
45 bool notInList() const { return m_notInList; } in notInList() function