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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h159 bool operator==(const Length& o) const { return (m_type == o.m_type) && (m_quirk == o.m_quirk) && (isMaxSizeNone() || (getFloatValue() == o.getFloatValue()) || isCalculatedEqual(o)); }
283 bool isCalculatedEqual(const Length&) const;
H A DLength.cpp244 bool Length::isCalculatedEqual(const Length& o) const function in class:blink::Length

Completed in 72 milliseconds