Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListItem.h41 int explicitValue() const { return m_explicitValue; } in explicitValue()
84 int m_explicitValue; variable
DRenderListItem.cpp195 return m_explicitValue; in calcValue()
476 if (m_hasExplicitValue && m_explicitValue == value) in setExplicitValue()
478 m_explicitValue = value; in setExplicitValue()