Searched refs:renderNamedFlowFragment (Results 1 – 4 of 4) sorted by relevance
181 if (renderNamedFlowFragment()) in willBeDestroyed()1729 if (renderNamedFlowFragment()) in styleDidChange()1730 renderNamedFlowFragment()->setStyleForNamedFlowFragment(style()); in styleDidChange()2604 || renderNamedFlowFragment() in createRenderNamedFlowFragmentIfNeeded()2626 …return !renderNamedFlowFragment() ? RenderBlock::canHaveChildren() : renderNamedFlowFragment()->ca… in canHaveChildren()2631 …return !renderNamedFlowFragment() ? RenderBlock::canHaveGeneratedChildren() : renderNamedFlowFragm… in canHaveGeneratedChildren()2638 if (renderNamedFlowFragment()) in updateLogicalHeight()2639 …renderNamedFlowFragment()->setLogicalHeight(max<LayoutUnit>(0, logicalHeight() - borderAndPaddingL… in updateLogicalHeight()
330 …RenderNamedFlowFragment* renderNamedFlowFragment() const { return m_rareData ? m_rareData->m_rende… in renderNamedFlowFragment() function
3374 return isRenderBlockFlow() && toRenderBlockFlow(this)->renderNamedFlowFragment(); in isRenderNamedFlowFragmentContainer()
2970 return toRenderBlockFlow(renderer())->renderNamedFlowFragment(); in renderRegion()3032 RenderNamedFlowFragment* region = toRenderBlockFlow(renderer())->renderNamedFlowFragment(); in webkitGetRegionFlowRanges()