Home
last modified time | relevance | path

Searched refs:RenderBlockFlow (Results 1 – 25 of 102) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp54 bool RenderBlockFlow::s_canPropagateFloatIntoSibling = false;
61 COMPILE_ASSERT(sizeof(RenderBlockFlow::MarginValues) == sizeof(LayoutUnit[4]), MarginValues_should_…
97 MarginInfo(RenderBlockFlow*, LayoutUnit beforeBorderPadding, LayoutUnit afterBorderPadding);
158 void RenderBlockFlow::RenderBlockFlowRareData::trace(Visitor* visitor) in trace()
163 RenderBlockFlow::RenderBlockFlow(ContainerNode* node) in RenderBlockFlow() function in blink::RenderBlockFlow
170 RenderBlockFlow::~RenderBlockFlow() in ~RenderBlockFlow()
174 void RenderBlockFlow::trace(Visitor* visitor) in trace()
180 RenderBlockFlow* RenderBlockFlow::createAnonymous(Document* document) in createAnonymous()
182 RenderBlockFlow* renderer = new RenderBlockFlow(0); in createAnonymous()
187 RenderObject* RenderBlockFlow::layoutSpecialExcludedChild(bool relayoutChildren, SubtreeLayoutScope… in layoutSpecialExcludedChild()
[all …]
DRenderRuby.cpp85 static RenderBlockFlow* createAnonymousRubyInlineBlock(RenderObject* ruby) in createAnonymousRubyInlineBlock()
88 RenderBlockFlow* newBlock = RenderBlockFlow::createAnonymous(&ruby->document()); in createAnonymousRubyInlineBlock()
218 : RenderBlockFlow(element) in RenderRubyAsBlock()
228 RenderBlockFlow::styleDidChange(diff, oldStyle); in styleDidChange()
238 RenderBlockFlow::addChild(child, firstChild()); in addChild()
244 RenderBlockFlow::addChild(beforeBlock, firstChild()); in addChild()
253 RenderBlockFlow::addChild(child); in addChild()
259 RenderBlockFlow::addChild(afterBlock); in addChild()
268 RenderBlockFlow::addChild(child, beforeChild); in addChild()
292 RenderBlockFlow::addChild(lastRun, beforeChild); in addChild()
[all …]
DRenderRubyRun.cpp42 : RenderBlockFlow(0) in RenderRubyRun()
86 RenderBlockFlow::addChild(base); in rubyBaseSafe()
105 RenderBlockFlow::addChild(child, firstChild()); in addChild()
119 RenderBlockFlow::addChild(child, beforeChild); in addChild()
120 RenderBlockFlow::removeChild(beforeChild); in addChild()
162 RenderBlockFlow::removeChild(child); in removeChild()
168 RenderBlockFlow::removeChild(base); in removeChild()
214 RenderBlockFlow::layout(); in layout()
DRenderTableCaption.cpp28 : RenderBlockFlow(element) in RenderTableCaption()
44 RenderBlockFlow::insertedIntoTree(); in insertedIntoTree()
51 RenderBlockFlow::willBeRemovedFromTree(); in willBeRemovedFromTree()
DRenderRubyText.cpp39 : RenderBlockFlow(element) in RenderRubyText()
57 return RenderBlockFlow::textAlignmentForLine(endsWithSoftBreak); in textAlignmentForLine()
68 …return RenderBlockFlow::adjustInlineDirectionLineBounds(expansionOpportunityCount, logicalLeft, lo… in adjustInlineDirectionLineBounds()
DRenderListItem.cpp41 : RenderBlockFlow(element) in RenderListItem()
53 RenderBlockFlow::trace(visitor); in trace()
58 RenderBlockFlow::styleDidChange(diff, oldStyle); in styleDidChange()
81 RenderBlockFlow::willBeDestroyed(); in willBeDestroyed()
86 RenderBlockFlow::insertedIntoTree(); in insertedIntoTree()
93 RenderBlockFlow::willBeRemovedFromTree(); in willBeRemovedFromTree()
227 static RenderObject* getParentOfFirstLineBox(RenderBlockFlow* curr, RenderObject* marker) in getParentOfFirstLineBox()
333 RenderBlockFlow::layout(); in layout()
338 RenderBlockFlow::addOverflowFromChildren(); in addOverflowFromChildren()
441 RenderBlockFlow::paint(paintInfo, paintOffset); in paint()
DRenderProgress.cpp33 : RenderBlockFlow(element) in RenderProgress()
53 RenderBlockFlow::destroy(); in destroy()
65 RenderBlockFlow::updateFromElement(); in updateFromElement()
DRenderBlockFlow.h51 class RenderBlockFlow : public RenderBlock {
53 explicit RenderBlockFlow(ContainerNode*);
54 virtual ~RenderBlockFlow();
57 static RenderBlockFlow* createAnonymous(Document*);
256 void addIntrudingFloats(RenderBlockFlow* prev, LayoutUnit xoffset, LayoutUnit yoffset);
257 void addOverhangingFloats(RenderBlockFlow* child, bool makeChildPaintOtherFloats);
355 RenderBlockFlowRareData(const RenderBlockFlow* block) in RenderBlockFlowRareData()
367 static LayoutUnit positiveMarginBeforeDefault(const RenderBlockFlow* block) in positiveMarginBeforeDefault()
371 static LayoutUnit negativeMarginBeforeDefault(const RenderBlockFlow* block) in negativeMarginBeforeDefault()
375 static LayoutUnit positiveMarginAfterDefault(const RenderBlockFlow* block) in positiveMarginAfterDefault()
[all …]
DRenderMediaControlElements.cpp38 : RenderBlockFlow(element) in RenderTextTrackContainerElement()
44 RenderBlockFlow::layout(); in layout()
DRenderBlockLineLayout.cpp94 InlineFlowBox* RenderBlockFlow::createLineBoxes(RenderObject* obj, const LineInfo& lineInfo, Inline… in createLineBoxes()
186 RootInlineBox* RenderBlockFlow::constructLine(BidiRunList<BidiRun>& bidiRuns, const LineInfo& lineI… in constructLine()
263 ETextAlign RenderBlockFlow::textAlignmentForLine(bool endsWithSoftBreak) const in textAlignmentForLine()
350 void RenderBlockFlow::setMarginsForRubyRun(BidiRun* run, RenderRubyRun* renderer, RenderObject* pre… in setMarginsForRubyRun()
485 void RenderBlockFlow::updateLogicalWidthForAlignment(const ETextAlign& textAlign, const RootInlineB… in updateLogicalWidthForAlignment()
537 static void updateLogicalInlinePositions(RenderBlockFlow* block, float& lineLogicalLeft, float& lin… in updateLogicalInlinePositions()
545 void RenderBlockFlow::computeInlineDirectionPositionsForLine(RootInlineBox* lineBox, const LineInfo… in computeInlineDirectionPositionsForLine()
575 BidiRun* RenderBlockFlow::computeInlineDirectionPositionsForSegment(RootInlineBox* lineBox, const L… in computeInlineDirectionPositionsForSegment()
641 void RenderBlockFlow::computeBlockDirectionPositionsForLine(RootInlineBox* lineBox, BidiRun* firstR… in computeBlockDirectionPositionsForLine()
666 void RenderBlockFlow::appendFloatingObjectToLastLine(FloatingObject* floatingObject) in appendFloatingObjectToLastLine()
[all …]
DRenderRegion.cpp43 : RenderBlockFlow(element) in RenderRegion()
110 RenderBlockFlow::layoutBlock(relayoutChildren); in layoutBlock()
149 RenderBlockFlow::computeIntrinsicLogicalWidths(minLogicalWidth, maxLogicalWidth); in computeIntrinsicLogicalWidths()
DRenderTextControlSingleLine.cpp124 RenderBlockFlow::layoutBlock(false); in layout()
161 RenderBlockFlow::layoutBlock(true); in layout()
380 return RenderBlockFlow::scrollWidth(); in scrollWidth()
387 return RenderBlockFlow::scrollHeight(); in scrollHeight()
394 return RenderBlockFlow::scrollLeft(); in scrollLeft()
401 return RenderBlockFlow::scrollTop(); in scrollTop()
DRenderFieldset.cpp43 : RenderBlockFlow(element) in RenderFieldset()
49 RenderBlockFlow::computePreferredLogicalWidths(); in computePreferredLogicalWidths()
149 return RenderBlockFlow::paintBoxDecorationBackground(paintInfo, paintOffset); in paintBoxDecorationBackground()
202 return RenderBlockFlow::paintMask(paintInfo, paintOffset); in paintMask()
DRenderBlock.h196 static RenderBlockFlow* createAnonymousColumnsWithParentRenderer(const RenderObject*);
197 static RenderBlockFlow* createAnonymousColumnSpanWithParentRenderer(const RenderObject*);
199RenderBlockFlow* createAnonymousColumnsBlock() const { return createAnonymousColumnsWithParentRend… in createAnonymousColumnsBlock()
200RenderBlockFlow* createAnonymousColumnSpanBlock() const { return createAnonymousColumnSpanWithPare… in createAnonymousColumnSpanBlock()
422 …void makeChildrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, Re…
430 RenderBlockFlow* containingColumnsBlock(bool allowAnonymousColumnBlock = true);
431 RenderBlockFlow* columnsBlockForSpanningElement(RenderObject* newChild);
496 friend class RenderBlockFlow; variable
DRenderFullScreen.cpp33 class RenderFullScreenPlaceholder FINAL : public RenderBlockFlow {
36 : RenderBlockFlow(0) in RenderFullScreenPlaceholder()
50 RenderBlockFlow::willBeDestroyed(); in willBeDestroyed()
DRenderTextControl.cpp35 : RenderBlockFlow(element) in RenderTextControl()
60 RenderBlockFlow::addChild(newChild, firstChild()); in addChild()
62 RenderBlockFlow::addChild(newChild, beforeChild); in addChild()
67 RenderBlockFlow::styleDidChange(diff, oldStyle); in styleDidChange()
DRenderListBox.cpp76 : RenderBlockFlow(element) in RenderListBox()
147 RenderBlockFlow::computeIntrinsicLogicalWidths(minLogicalWidth, maxLogicalWidth); in computeIntrinsicLogicalWidths()
DRenderTableCell.cpp45 struct SameSizeAsRenderTableCell : public RenderBlockFlow {
54 : RenderBlockFlow(element) in RenderTableCell()
67 RenderBlockFlow::willBeRemovedFromTree(); in willBeRemovedFromTree()
150 RenderBlockFlow::computePreferredLogicalWidths(); in computePreferredLogicalWidths()
312 LayoutSize offset = RenderBlockFlow::offsetFromContainer(o, point, offsetDependsOnPoint); in offsetFromContainer()
326 …return RenderBlockFlow::clippedOverflowRectForPaintInvalidation(paintInvalidationContainer, paintI… in clippedOverflowRectForPaintInvalidation()
372RenderBlockFlow::mapRectToPaintInvalidationBacking(paintInvalidationContainer, r, paintInvalidatio… in mapRectToPaintInvalidationBacking()
390 RenderBlockFlow::styleDidChange(diff, oldStyle); in styleDidChange()
888 return table()->collapseBorders() ? borderHalfLeft(false) : RenderBlockFlow::borderLeft(); in borderLeft()
893 return table()->collapseBorders() ? borderHalfRight(false) : RenderBlockFlow::borderRight(); in borderRight()
[all …]
DRenderTextControlSingleLine.h88 class RenderTextControlInnerBlock : public RenderBlockFlow {
90 RenderTextControlInnerBlock(Element* element) : RenderBlockFlow(element) { } in RenderTextControlInnerBlock()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBlockFlowPainter.h13 class RenderBlockFlow; variable
17 BlockFlowPainter(RenderBlockFlow& renderBlockFlow) : m_renderBlockFlow(renderBlockFlow) { } in BlockFlowPainter()
21 RenderBlockFlow& m_renderBlockFlow;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.h40 class RenderBlockFlow; variable
47 LineWidth(RenderBlockFlow&, bool isFirstLine, IndentTextOrNot shouldIndentText);
78 RenderBlockFlow& m_block;
DLineBreaker.h39 LineBreaker(RenderBlockFlow* block) in LineBreaker()
56 RenderBlockFlow* m_block;
DLineWidth.cpp38 LineWidth::LineWidth(RenderBlockFlow& block, bool isFirstLine, IndentTextOrNot shouldIndentText) in LineWidth()
122 inline static float availableWidthAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, … in availableWidthAtOffset()
129 inline static float availableWidthAtOffset(const RenderBlockFlow& block, const LayoutUnit& offset, … in availableWidthAtOffset()
147 inline static bool isWholeLineFit(const RenderBlockFlow& block, const LayoutUnit& lineTop, LayoutUn… in isWholeLineFit()
DLineLayoutState.h91 Vector<RenderBlockFlow::FloatWithRect>& floats() { return m_floats; } in floats()
103 Vector<RenderBlockFlow::FloatWithRect> m_floats;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGBlock.cpp35 : RenderBlockFlow(element) in RenderSVGBlock()
77 RenderBlockFlow::willBeDestroyed(); in willBeDestroyed()
121 RenderBlockFlow::invalidateTreeIfNeeded(paintInvalidationState); in invalidateTreeIfNeeded()

12345