HomeSort by relevance Sort by last modified time
    Searched refs:RenderBlockFlow (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMultiColumnBlock.h 30 #include "core/rendering/RenderBlockFlow.h"
36 class RenderMultiColumnBlock FINAL : public RenderBlockFlow {
RenderRubyRun.h 34 #include "core/rendering/RenderBlockFlow.h"
44 class RenderRubyRun FINAL : public RenderBlockFlow {
RenderBlockFlow.h 50 class RenderBlockFlow : public RenderBlock {
52 explicit RenderBlockFlow(ContainerNode*);
53 virtual ~RenderBlockFlow();
55 static RenderBlockFlow* createAnonymous(Document*);
56 RenderBlockFlow* createAnonymousBlockFlow() const;
148 RenderBlockFlow::RenderBlockFlowRareData& rareData = ensureRareData();
220 void addIntrudingFloats(RenderBlockFlow* prev, LayoutUnit xoffset, LayoutUnit yoffset);
221 LayoutUnit addOverhangingFloats(RenderBlockFlow* child, bool makeChildPaintOtherFloats);
294 RenderBlockFlowRareData(const RenderBlockFlow* block)
303 static LayoutUnit positiveMarginBeforeDefault(const RenderBlockFlow* block
    [all...]
RenderListItem.cpp 43 : RenderBlockFlow(element)
81 RenderBlockFlow::willBeDestroyed();
86 RenderBlockFlow::insertedIntoTree();
93 RenderBlockFlow::willBeRemovedFromTree();
225 static RenderObject* getParentOfFirstLineBox(RenderBlockFlow* curr, RenderObject* marker)
321 RenderBlockFlow::layout();
326 RenderBlockFlow::addOverflowFromChildren();
430 RenderBlockFlow::paint(paintInfo, paintOffset);
RenderMeter.cpp 35 : RenderBlockFlow(element)
RenderProgress.cpp 35 : RenderBlockFlow(element)
RenderRuby.cpp 85 static RenderBlockFlow* createAnonymousRubyInlineBlock(RenderObject* ruby)
88 RenderBlockFlow* newBlock = RenderBlockFlow::createAnonymous(&ruby->document());
218 : RenderBlockFlow(element)
RenderBlockLineLayout.cpp 59 LineBreaker(RenderBlockFlow* block)
76 RenderBlockFlow* m_block;
174 InlineFlowBox* RenderBlockFlow::createLineBoxes(RenderObject* obj, const LineInfo& lineInfo, InlineBox* childBox, bool startNewSegment)
267 RootInlineBox* RenderBlockFlow::constructLine(BidiRunList<BidiRun>& bidiRuns, const LineInfo& lineInfo)
343 ETextAlign RenderBlockFlow::textAlignmentForLine(bool endsWithSoftBreak) const
429 void RenderBlockFlow::setMarginsForRubyRun(BidiRun* run, RenderRubyRun* renderer, RenderObject* previousObject, const LineInfo& lineInfo)
567 void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign, const RootInlineBox* rootInlineBox, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float& availableLogicalWidth, int expansionOpportunityCount)
617 static void updateLogicalInlinePositions(RenderBlockFlow* block, float& lineLogicalLeft, float& lineLogicalRight, float& availableLogicalWidth, bool firstLine, IndentTextOrNot shouldIndentText, LayoutUnit boxLogicalHeight)
627 void RenderBlockFlow::computeInlineDirectionPositionsForLine(RootInlineBox* lineBox, const LineInfo& lineInfo, BidiRun* firstRun, BidiRun* trailingSpaceRun, bool reachedEnd,
686 BidiRun* RenderBlockFlow::computeInlineDirectionPositionsForSegment(RootInlineBox* lineBox, const LineInfo& lineInfo, EText (…)
    [all...]
RenderFullScreen.cpp 29 #include "core/rendering/RenderBlockFlow.h"
33 class RenderFullScreenPlaceholder FINAL : public RenderBlockFlow {
36 : RenderBlockFlow(0)
RenderVTTCue.cpp 36 : RenderBlockFlow(element)
44 RenderBlockFlow::layout();
RenderTextControl.h 25 #include "core/rendering/RenderBlockFlow.h"
32 class RenderTextControl : public RenderBlockFlow {
EllipsisBox.cpp 26 #include "core/rendering/RenderBlockFlow.h"
84 TextRun textRun = RenderBlockFlow::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion);
135 return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root()->selectionTopAdjustedForPrecedingBlock()), root()->selectionHeightAdjustedForPrecedingBlock()));
160 context->drawHighlightForText(font, RenderBlockFlow::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), localOrigin, h, c);
FloatingObjects.h 35 class RenderBlockFlow;
38 // FIXME this should be removed once RenderBlockFlow::nextFloatLogicalBottomBelow doesn't need it anymore. (Bug 123931)
133 FloatingObjects(const RenderBlockFlow*, bool horizontalWritingMode);
179 const RenderBlockFlow* m_renderer;
RootInlineBox.h 31 class RenderBlockFlow;
39 explicit RootInlineBox(RenderBlockFlow*);
132 RenderBlockFlow* block() const;
RenderCombineText.cpp 24 #include "core/rendering/RenderBlockFlow.h"
99 TextRun run = RenderBlockFlow::constructTextRun(this, originalFont(), this, style());
RenderRubyBase.cpp 41 : RenderBlockFlow(0)
LayoutState.cpp 206 void LayoutState::establishLineGrid(RenderBlockFlow* block)
212 RenderBlockFlow* currentGrid = m_lineGrid;
RenderBlock.h 105 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
264 static RenderBlockFlow* createAnonymousColumnsWithParentRenderer(const RenderObject*);
265 static RenderBlockFlow* createAnonymousColumnSpanWithParentRenderer(const RenderObject*);
267 RenderBlockFlow* createAnonymousColumnsBlock() const { return createAnonymousColumnsWithParentRenderer(this); }
268 RenderBlockFlow* createAnonymousColumnSpanBlock() const { return createAnonymousColumnSpanWithParentRenderer(this); }
478 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
480 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
501 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
517 virtual RootInlineBox* createRootInlineBox() { return 0; } // Subclassed by RenderBlockFlow, SVG and Ruby.
527 // FIXME-BLOCKFLOW: Remove virtualizaion when all callers have moved to RenderBlockFlow
    [all...]
RenderMarquee.cpp 63 : RenderBlockFlow(element)
264 RenderBlockFlow::layoutBlock(relayoutChildren, pageLogicalHeight);
FloatingObjects.cpp 27 #include "core/rendering/RenderBlockFlow.h"
107 ComputeFloatOffsetAdapter(const RenderBlockFlow* renderer, int lineTop, int lineBottom, LayoutUnit offset)
127 const RenderBlockFlow* m_renderer;
161 FloatingObjects::FloatingObjects(const RenderBlockFlow* renderer, bool horizontalWritingMode)
361 static inline ShapeOutsideInfo* shapeInfoForFloat(const FloatingObject* floatingObject, const RenderBlockFlow* containingBlock, LayoutUnit lineTop, LayoutUnit lineBottom)
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.h 37 #include "core/rendering/RenderBlockFlow.h"
89 class RenderSliderThumb FINAL : public RenderBlockFlow {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 34 #include "core/rendering/RenderBlockFlow.h"
58 void ShapeOutsideInfo::updateDeltasForContainingBlockLine(const RenderBlockFlow* containingBlock, const FloatingObject* floatingObject, LayoutUnit lineTop, LayoutUnit lineHeight)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDetailsElement.cpp 30 #include "core/rendering/RenderBlockFlow.h"
53 return new RenderBlockFlow(this);
HTMLSummaryElement.cpp 32 #include "core/rendering/RenderBlockFlow.h"
52 return new RenderBlockFlow(this);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 59 m_layout = m_font->createLayoutForMacComplexText(RenderBlockFlow::constructTextRun(renderText, *m_font, renderText, renderText->style()), renderText->textLength(), xPos, collapseWhiteSpace);
208 BreakingContext(InlineBidiResolver& resolver, LineInfo& inLineInfo, LineWidth& lineWidth, RenderTextInfo& inRenderTextInfo, FloatingObject* inLastFloatFromPreviousLine, bool appliedStartWidth, RenderBlockFlow* block)
274 RenderBlockFlow* m_block;
359 inline void setStaticPositions(RenderBlockFlow* block, RenderBox* child)
542 inline bool shouldSkipWhitespaceAfterStartObject(RenderBlockFlow* block, RenderObject* o, LineMidpointState& lineMidpointState)
654 inline void updateSegmentsForShapes(RenderBlockFlow* block, const FloatingObject* lastFloatFromPreviousLine, const WordMeasurements& wordMeasurements, LineWidth& width, bool isFirstLine)
698 return font.width(RenderBlockFlow::constructTextRun(renderer, font, style->hyphenString().string(), style));
710 TextRun run = RenderBlockFlow::constructTextRun(text, font, text, from, len, text->style());
    [all...]

Completed in 200 milliseconds

12 3 4