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

/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthBox.h32 class PLATFORM_EXPORT LengthBox { class in namespace:blink
34 LengthBox() function in class:blink::LengthBox
38 LengthBox(LengthType t) function in class:blink::LengthBox
46 LengthBox(int v) function in class:blink::LengthBox
54 LengthBox(const Length& t, const Length& r, const Length& b, const Length& l) function in class:blink::LengthBox
62 LengthBox(int t, int r, int b, int l) function in class:blink::LengthBox
83 bool operator==(const LengthBox& o) const
88 bool operator!=(const LengthBox& o) const

Completed in 353 milliseconds