Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.h75 …onNode& other) const { return m_category == other.m_category && m_isInteger == other.m_isInteger; } in equals()
80 bool isInteger() const { return m_isInteger; } in isInteger()
85 , m_isInteger(isInteger) in CSSCalcExpressionNode()
90 bool m_isInteger; variable
DCSSCalculationValue.cpp493 if (m_isInteger) in primitiveType()