Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.h41 bool hasExplicitValue() const { return m_hasExplicitValue; } in hasExplicitValue() function
DRenderCounter.cpp140 if (toRenderListItem(object).hasExplicitValue()) { in planCounter()