HomeSort by relevance Sort by last modified time
    Searched refs:isCalculatedEqual (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
Length.h 159 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;
Length.cpp 244 bool Length::isCalculatedEqual(const Length& o) const

Completed in 46 milliseconds