Searched refs:uniteCenter (Results 1 – 4 of 4) sorted by relevance
36 void uniteCenter(const LayoutRect& r) { m_center.unite(r); } in uniteCenter() function38 …void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()… in unite()
462 result.uniteCenter(gapRect); in lineSelectionGap()
2487 …result.uniteCenter(blockSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, la… in inlineSelectionGaps()
2520 …result.uniteCenter(blockSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, la… in selectionGaps()2556 …result.uniteCenter(blockSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, la… in blockSelectionGaps()