Home
last modified time | relevance | path

Searched refs:allowsShapeInsideInfoSharing (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLayoutState.cpp112 …_shapeInsideInfo && m_next->m_shapeInsideInfo && renderBlock->allowsShapeInsideInfoSharing(m_next-… in LayoutState()
DRenderView.h232 …o() && renderer->isRenderBlock() && !toRenderBlock(renderer)->allowsShapeInsideInfoSharing(m_layou…
DRenderBlock.h382 bool allowsShapeInsideInfoSharing(const RenderBlock* other) const;
720 inline bool RenderBlock::allowsShapeInsideInfoSharing(const RenderBlock* other) const in allowsShapeInsideInfoSharing() function
DRenderBlockLineLayout.cpp1401 …ASSERT(shapeInsideInfo->owner() == this || allowsShapeInsideInfoSharing(shapeInsideInfo->owner())); in layoutRunsAndFloatsInRange()
DRenderBlock.cpp1343 if (allowsShapeInsideInfoSharing(flowThread)) { in layoutShapeInsideInfo()