OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastFloatFromPreviousLine
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp
65
InlineIterator nextLineBreak(InlineBidiResolver&, LineInfo&, RenderTextInfo&, FloatingObject*
lastFloatFromPreviousLine
, unsigned consecutiveHyphenatedLines, WordMeasurements&);
73
InlineIterator nextSegmentBreak(InlineBidiResolver&, LineInfo&, RenderTextInfo&, FloatingObject*
lastFloatFromPreviousLine
, unsigned consecutiveHyphenatedLines, WordMeasurements&);
74
void skipLeadingWhitespace(InlineBidiResolver&, LineInfo&, FloatingObject*
lastFloatFromPreviousLine
, LineWidth&);
[
all
...]
RenderBlockFlow.h
421
const InlineIterator& restartLayoutRunsAndFloatsInRange(LayoutUnit oldLogicalHeight, LayoutUnit newLogicalHeight, FloatingObject*
lastFloatFromPreviousLine
, InlineBidiResolver&, const InlineIterator&);
437
bool positionNewFloatOnLine(FloatingObject* newFloat, FloatingObject*
lastFloatFromPreviousLine
, LineInfo&, LineWidth&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h
654
inline void updateSegmentsForShapes(RenderBlockFlow* block, const FloatingObject*
lastFloatFromPreviousLine
, const WordMeasurements& wordMeasurements, LineWidth& width, bool isFirstLine)
656
ASSERT(
lastFloatFromPreviousLine
);
659
if (!
lastFloatFromPreviousLine
->isPlaced() || !shapeInsideInfo)
669
LayoutUnit floatLogicalTop = block->logicalTopForFloat(
lastFloatFromPreviousLine
);
670
LayoutUnit floatLogicalBottom = block->logicalBottomForFloat(
lastFloatFromPreviousLine
);
678
LayoutUnit floatLogicalWidth = block->logicalWidthForFloat(
lastFloatFromPreviousLine
);
679
LayoutUnit availableLogicalWidth = block->logicalWidth() - block->logicalRightForFloat(
lastFloatFromPreviousLine
);
[
all
...]
Completed in 88 milliseconds