Searched refs:isCalculatedEqual (Results 1 – 2 of 2) sorted by relevance
112 … o.m_quirk) && (isUndefined() || (getFloatValue() == o.getFloatValue()) || isCalculatedEqual(o)); }235 bool isCalculatedEqual(const Length&) const;
210 bool Length::isCalculatedEqual(const Length& o) const in isCalculatedEqual() function in WebCore::Length