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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp     [all...]
InlineFlowBox.h 280 void setOverflowFromLogicalRects(const LayoutRect& logicalLayoutOverflow, const LayoutRect& logicalVisualOverflow, LayoutUnit lineTop, LayoutUnit lineBottom);
303 void addBoxShadowVisualOverflow(LayoutRect& logicalVisualOverflow);
304 void addBorderOutsetVisualOverflow(LayoutRect& logicalVisualOverflow);
305 void addOutlineVisualOverflow(LayoutRect& logicalVisualOverflow);
306 void addTextBoxVisualOverflow(InlineTextBox*, GlyphOverflowAndFallbackFontsMap&, LayoutRect& logicalVisualOverflow);
307 void addReplacedChildOverflow(const InlineBox*, LayoutRect& logicalLayoutOverflow, LayoutRect& logicalVisualOverflow);
InlineTextBox.cpp 387 LayoutRect logicalVisualOverflow = logicalOverflowRect();
388 LayoutUnit logicalStart = logicalVisualOverflow.x() + (isHorizontal() ? paintOffset.x() : paintOffset.y());
389 LayoutUnit logicalExtent = logicalVisualOverflow.width();
    [all...]
RenderText.cpp     [all...]
RenderBlockFlow.cpp     [all...]
RenderBlockLineLayout.cpp     [all...]

Completed in 169 milliseconds