Searched refs:allowsShapeInsideInfoSharing (Results 1 – 5 of 5) sorted by relevance
112 …_shapeInsideInfo && m_next->m_shapeInsideInfo && renderBlock->allowsShapeInsideInfoSharing(m_next-… in LayoutState()
232 …o() && renderer->isRenderBlock() && !toRenderBlock(renderer)->allowsShapeInsideInfoSharing(m_layou…
382 bool allowsShapeInsideInfoSharing(const RenderBlock* other) const;720 inline bool RenderBlock::allowsShapeInsideInfoSharing(const RenderBlock* other) const in allowsShapeInsideInfoSharing() function
1401 …ASSERT(shapeInsideInfo->owner() == this || allowsShapeInsideInfoSharing(shapeInsideInfo->owner())); in layoutRunsAndFloatsInRange()
1343 if (allowsShapeInsideInfoSharing(flowThread)) { in layoutShapeInsideInfo()