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 102 m_rects = GapRects();
117 GapRects rects() const { return m_rects; }
120 GapRects m_rects; // relative to paint invalidation container
RootInlineBox.h 34 struct GapRects;
125 GapRects lineSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*) const;
RenderBlock.h 28 #include "core/rendering/GapRects.h"
163 GapRects selectionGapRectsForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const;
246 GapRects selectionGaps(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
398 GapRects blockSelectionGaps(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
RootInlineBox.cpp 295 GapRects RootInlineBox::lineSelectionGap(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
303 GapRects result;
    [all...]
RenderBlockFlow.h 181 GapRects inlineSelectionGaps(const RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
RenderBlock.cpp     [all...]
RenderBlockFlow.cpp     [all...]

Completed in 588 milliseconds