Home | History | Annotate | Download | only in rendering

Lines Matching defs:flow

340     RenderBlock* flow = continuationBefore(beforeChild);
346 RenderBoxModelObject* cont = flow->continuation();
350 beforeChildParent = flow;
360 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan();
362 if (flow == beforeChildParent)
363 return flow->addChildIgnoringContinuation(newChild, beforeChild);
370 return flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
1119 // Whether or not we collapse is dependent on whether all our normal flow children
1514 // of the previous flow. We add that margin into the height, get the
1520 // Note also that the previous flow may collapse its margin into the top of
1958 // run-ins. When we encounter these four types of objects, we don't actually lay them out as normal flow blocks.
1976 // The child is a normal flow object. Compute the margins we will use for collapsing now.
2214 view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the column flow, so they don't paginate with the columns.
2680 void RenderBlock::addContinuationWithOutline(RenderInline* flow)
2684 ASSERT(!flow->layer() && !flow->isInlineElementContinuation());
2693 continuations->add(flow);
2696 bool RenderBlock::paintsContinuationOutline(RenderInline* flow)
2706 return continuations->contains(flow);
2723 RenderInline* flow = *it;
2724 RenderBlock* block = flow->containingBlock();
2730 flow->paintOutline(info.context, tx, ty);
2971 continue; // We must be a normal flow object in order to even be considered.
3192 if (!affectedByPagination || isWritingModeRoot()) // We are unsplittable if we're a block flow root.
3642 // out of flow (like floating/positioned elements), and we also skip over any objects that may have shifted
4821 // (1) An inline flow object. These objects always have a min/max of 0,
4825 // (2) An inline non-text non-flow object, e.g., an inline replaced element.
4855 // Case (1) and (2). Inline replaced and inline flow elements.
5208 // the normal flow. We make an exception for marquees, since their baselines are meaningless
5642 // We are a replaced element or some kind of non-block-flow object.
5672 // Walk any normal flow lines to snugly fit.