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

/external/webkit/WebCore/platform/
H A DLengthBox.h28 struct LengthBox { struct in namespace:WebCore
29 LengthBox() function in struct:WebCore::LengthBox
33 LengthBox(LengthType t) function in struct:WebCore::LengthBox
41 LengthBox(int v) function in struct:WebCore::LengthBox
49 LengthBox(int t, int r, int b, int l) function in struct:WebCore::LengthBox
62 bool operator==(const LengthBox& o) const
67 bool operator!=(const LengthBox& o) const

Completed in 45 milliseconds