Searched refs:uniteLeft (Results 1 – 3 of 3) sorted by relevance
35 void uniteLeft(const LayoutRect& r) { m_left.unite(r); } in uniteLeft() function38 …void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()… in unite()
317 …result.uniteLeft(block().logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromR… in lineSelectionGap()
2394 …result.uniteLeft(logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock… in blockSelectionGaps()