Searched defs:lineOverlapsShape (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.h54 ShapeOutsideDeltas(LayoutUnit leftMarginBoxDelta, LayoutUnit rightMarginBoxDelta, bool lineOverlapsShape, LayoutUnit borderBoxLineTop, LayoutUnit lineHeight) argument
59 , m_lineOverlapsShape(lineOverlapsShape)
72 bool lineOverlapsShape() { ASSERT(m_isValid); return m_lineOverlapsShape; } function in class:blink::FINAL

Completed in 308 milliseconds