Home
last modified time | relevance | path

Searched refs:setNotInList (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() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLLIElement.cpp102 listItemRenderer->setNotInList(true); in attach()