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.cpp436 …result.uniteLeft(block()->logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFrom… in lineSelectionGap()
DRenderBlock.cpp2569 …result.uniteLeft(logicalLeftSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock… in blockSelectionGaps()