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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DGapRects.h30 struct GapRects { struct in namespace:blink
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
48 bool operator==(const GapRects& other)
52 bool operator!=(const GapRects& other) { return !(*this == other); }

Completed in 121 milliseconds