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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h 420 void layoutRunsAndFloats(LineLayoutState&, bool hasInlineChild);
422 void layoutRunsAndFloatsInRange(LineLayoutState&, InlineBidiResolver&, const InlineIterator& cleanLineStart, const BidiStatus& cleanLineBidiStatus, unsigned consecutiveHyphenatedLines);
423 void updateShapeAndSegmentsForCurrentLine(ShapeInsideInfo*&, const LayoutSize&, LineLayoutState&);
424 void updateShapeAndSegmentsForCurrentLineInFlowThread(ShapeInsideInfo*&, LineLayoutState&);
425 bool adjustLogicalLineTopAndLogicalHeightIfNeeded(ShapeInsideInfo*, LayoutUnit, LineLayoutState&, InlineBidiResolver&, FloatingObject*, InlineIterator&, WordMeasurements&);
426 void linkToEndLineIfNeeded(LineLayoutState&);
429 RootInlineBox* determineStartPosition(LineLayoutState&, InlineBidiResolver&);
430 void determineEndPosition(LineLayoutState&, RootInlineBox* startBox, InlineIterator& cleanLineStart, BidiStatus& cleanLineBidiStatus);
431 bool checkPaginationAndFloatsAtEndLine(LineLayoutState&);
432 bool matchedEndLine(LineLayoutState&, const InlineBidiResolver&, const InlineIterator& endLineStart, const BidiStatus& endLineStatus)
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderBlock.h 45 class LineLayoutState;
79 friend class LineLayoutState;
    [all...]

Completed in 26 milliseconds