Searched defs:BorderData (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
H A DBorderData.h35 class BorderData { class in namespace:WebCore
38 BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed)) function in class:WebCore::BorderData
91 bool operator==(const BorderData& o) const
97 bool operator!=(const BorderData& o) const

Completed in 40 milliseconds