Home
last modified time | relevance | path

Searched refs:uniteLeft (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DGapRects.h35 void uniteLeft(const LayoutRect& r) { m_left.unite(r); } in uniteLeft() function
38 …void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()… in unite()
DRootInlineBox.cpp317 …result.uniteLeft(block().logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromR… in lineSelectionGap()
DRenderBlock.cpp2394 …result.uniteLeft(logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock… in blockSelectionGaps()