Home
last modified time | relevance | path

Searched refs:uniteCenter (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DGapRects.h36 void uniteCenter(const LayoutRect& r) { m_center.unite(r); } in uniteCenter() function
38 …void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()… in unite()
DRootInlineBox.cpp462 result.uniteCenter(gapRect); in lineSelectionGap()
DRenderBlockFlow.cpp2487 …result.uniteCenter(blockSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, la… in inlineSelectionGaps()
DRenderBlock.cpp2520 …result.uniteCenter(blockSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, la… in selectionGaps()
2556 …result.uniteCenter(blockSelectionGap(rootBlock, rootBlockPhysicalPosition, offsetFromRootBlock, la… in blockSelectionGaps()