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.h42 int explicitValue() const { return m_explicitValue; } in explicitValue()
86 int m_explicitValue; variable
DRenderListItem.cpp197 return m_explicitValue; in calcValue()
464 if (m_hasExplicitValue && m_explicitValue == value) in setExplicitValue()
466 m_explicitValue = value; in setExplicitValue()