• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/WebCore-7537.78.1/rendering/

Lines Matching defs:flow

443     RenderBlock* flow = continuationBefore(beforeChild);
449 RenderBoxModelObject* cont = flow->continuation();
453 beforeChildParent = flow;
465 bool flowIsNormal = flow->isInline() || !flow->style()->columnSpan();
467 if (flow == beforeChildParent) {
468 flow->addChildIgnoringContinuation(newChild, beforeChild);
479 flow->addChildIgnoringContinuation(newChild, 0); // Just treat like an append.
557 // of their children that breaks when the flow is split through them. Disabling
1118 // Remove all the information in the flow thread associated with the leftover anonymous block.
1357 // Whether or not we collapse is dependent on whether all our normal flow children
1671 // Before updating the final size of the flow thread make sure a forced break is applied after the content.
1916 // of the previous flow. We add that margin into the height, get the
1922 // Note also that the previous flow may collapse its margin into the top of
2608 // The child is a normal flow object. Compute the margins we will use for collapsing now.
2858 view()->layoutState()->clearPaginationInformation(); // Positioned objects are not part of the column flow, so they don't paginate with the columns.
3410 void RenderBlock::addContinuationWithOutline(RenderInline* flow)
3414 ASSERT(!flow->layer() && !flow->isInlineElementContinuation());
3423 continuations->add(flow);
3426 bool RenderBlock::paintsContinuationOutline(RenderInline* flow)
3436 return continuations->contains(flow);
3454 RenderInline* flow = *it;
3455 RenderBlock* block = flow->containingBlock();
3459 flow->paintOutline(info.context, accumulatedPaintOffset);
3707 continue; // We must be a normal flow object in order to even be considered.
4047 if (!needsBlockDirectionLocationSetBeforeLayout || isWritingModeRoot()) // We are unsplittable if we're a block flow root.
4689 // out of flow (like floating/positioned elements), and we also skip over any objects that may have shifted
6141 // (1) An inline flow object. These objects always have a min/max of 0,
6145 // (2) An inline non-text non-flow object, e.g., an inline replaced element.
6175 // Case (1) and (2). Inline replaced and inline flow elements.
6547 // the normal flow. We make an exception for marquees, since their baselines are meaningless
7013 // We are a replaced element or some kind of non-block-flow object.
7043 // Walk any normal flow lines to snugly fit.