Searched refs:m_hasQuirk (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/
H A DLength.h128 bool m_hasQuirk; member in struct:WebCore::Length
137 : m_intValue(0), m_hasQuirk(false), m_type(type), m_isFloat(false)
143 : m_intValue(value), m_hasQuirk(hasQuirk), m_type(type), m_isFloat(false)
149 : m_floatValue(value.toFloat()), m_hasQuirk(hasQuirk), m_type(type), m_isFloat(true)
155 : m_floatValue(value), m_hasQuirk(hasQuirk), m_type(type), m_isFloat(true)
161 : m_floatValue(static_cast<float>(value)), m_hasQuirk(hasQuirk), m_type(type), m_isFloat(true)
271 return m_hasQuirk;
276 m_hasQuirk = hasQuirk;
H A DLength.cpp247 : m_hasQuirk(false)

Completed in 173 milliseconds