Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.h45 void setNotInList(bool notInList) { m_notInList = notInList; } in setNotInList() argument
46 bool notInList() const { return m_notInList; } in notInList() function
DRenderListMarker.cpp1703 return m_listItem->notInList() || style()->listStylePosition() == INSIDE; in isInside()