GapRects           38 Source/core/rendering/GapRects.h         void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
GapRects           48 Source/core/rendering/GapRects.h         bool operator==(const GapRects& other)
GapRects           52 Source/core/rendering/GapRects.h         bool operator!=(const GapRects& other) { return !(*this == other); }
GapRects         2203 Source/core/rendering/RenderBlock.cpp GapRects RenderBlock::selectionGapRectsForRepaint(const RenderLayerModelObject* repaintContainer)
GapRects         2208 Source/core/rendering/RenderBlock.cpp         return GapRects();
GapRects         2282 Source/core/rendering/RenderBlock.cpp GapRects RenderBlock::selectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
GapRects         2301 Source/core/rendering/RenderBlock.cpp     GapRects result;
GapRects         2325 Source/core/rendering/RenderBlock.cpp GapRects RenderBlock::blockSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
GapRects         2328 Source/core/rendering/RenderBlock.cpp     GapRects result;
GapRects          170 Source/core/rendering/RenderBlock.h     GapRects selectionGapRectsForRepaint(const RenderLayerModelObject* repaintContainer);
GapRects          419 Source/core/rendering/RenderBlock.h     GapRects selectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
GapRects          421 Source/core/rendering/RenderBlock.h     GapRects blockSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
GapRects         2602 Source/core/rendering/RenderBlockFlow.cpp GapRects RenderBlockFlow::inlineSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
GapRects         2605 Source/core/rendering/RenderBlockFlow.cpp     GapRects result;
GapRects          206 Source/core/rendering/RenderBlockFlow.h     GapRects inlineSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
GapRects           86 Source/core/rendering/RenderSelectionInfo.h         , m_rects(b->canUpdateSelectionOnRootLineBoxes() ? block()->selectionGapRectsForRepaint(m_repaintContainer) : GapRects())
GapRects           96 Source/core/rendering/RenderSelectionInfo.h     GapRects rects() const { return m_rects; }
GapRects           99 Source/core/rendering/RenderSelectionInfo.h     GapRects m_rects; // relative to repaint container
GapRects          304 Source/core/rendering/RootInlineBox.cpp GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
GapRects          312 Source/core/rendering/RootInlineBox.cpp     GapRects result;
GapRects           34 Source/core/rendering/RootInlineBox.h struct GapRects;
GapRects          126 Source/core/rendering/RootInlineBox.h     GapRects lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*);