HomeSort by relevance Sort by last modified time
    Searched refs:GapRects (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GapRects.h 30 struct GapRects {
38 void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()); }
48 bool operator==(const GapRects& other)
52 bool operator!=(const GapRects& other) { return !(*this == other); }
RenderSelectionInfo.h 97 m_rects = GapRects();
112 GapRects rects() const { return m_rects; }
115 GapRects m_rects; // relative to repaint container
RootInlineBox.h 34 struct GapRects;
126 GapRects lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*);
RenderBlock.h 28 #include "core/rendering/GapRects.h"
167 GapRects selectionGapRectsForRepaint(const RenderLayerModelObject* repaintContainer);
417 GapRects selectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
419 GapRects blockSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
RootInlineBox.cpp 304 GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
312 GapRects result;
    [all...]
RenderBlockFlow.h 198 GapRects inlineSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp     [all...]

Completed in 224 milliseconds