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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DGapRects.h37 void uniteRight(const LayoutRect& r) { m_right.unite(r); } function in struct:blink::GapRects
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }

Completed in 96 milliseconds