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

  /external/webkit/Source/WebCore/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 86 , m_rects(b->needsLayout() ? GapRects() : block()->selectionGapRectsForRepaint(m_repaintContainer))
96 GapRects rects() const { return m_rects; }
99 GapRects m_rects; // relative to repaint container
RootInlineBox.h 33 struct GapRects;
108 GapRects lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock, int selTop, int selHeight, const PaintInfo*);
RenderBlock.h 26 #include "GapRects.h"
123 GapRects selectionGapRectsForRepaint(RenderBoxModelObject* repaintContainer);
578 GapRects selectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
580 GapRects inlineSelectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
582 GapRects blockSelectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
    [all...]
RootInlineBox.cpp 307 GapRects RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
315 GapRects result;
    [all...]
RenderBlock.cpp     [all...]

Completed in 2687 milliseconds