Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.h82 …onNode& other) const { return m_category == other.m_category && m_isInteger == other.m_isInteger; } in equals()
87 bool isInteger() const { return m_isInteger; } in isInteger()
94 , m_isInteger(isInteger) in CSSCalcExpressionNode()
100 bool m_isInteger; variable