OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
86
, m_rects(b->canUpdateSelectionOnRootLineBoxes() ? block()->selectionGapRectsForRepaint(m_repaintContainer) :
GapRects
())
96
GapRects
rects() const { return m_rects; }
99
GapRects
m_rects; // relative to repaint container
RootInlineBox.h
35
struct
GapRects
;
130
GapRects
lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock, LayoutUnit selTop, LayoutUnit selHeight, const PaintInfo*);
RenderBlock.h
28
#include "core/rendering/
GapRects
.h"
232
GapRects
selectionGapRectsForRepaint(const RenderLayerModelObject* repaintContainer);
568
GapRects
selectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
570
GapRects
blockSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
[
all
...]
RenderBlockFlow.h
157
GapRects
inlineSelectionGaps(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
RootInlineBox.cpp
423
GapRects
RootInlineBox::lineSelectionGap(RenderBlock* rootBlock, const LayoutPoint& rootBlockPhysicalPosition, const LayoutSize& offsetFromRootBlock,
431
GapRects
result;
[
all
...]
RenderBlock.cpp
[
all
...]
RenderBlockFlow.cpp
[
all
...]
Completed in 814 milliseconds