Home
last modified time | relevance | path

Searched refs:isAnonymousBlock (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderRubyBase.cpp62 … if (!child->isFloatingOrPositioned() && !(child->isAnonymousBlock() && child->childrenInline())) in hasOnlyWrappedInlineChildren()
101 if (lastChild && lastChild->isAnonymousBlock() && lastChild->childrenInline()) in moveInlineChildren()
120 if (child->isAnonymousBlock()) { in moveBlockChildren()
146 ASSERT(child->isAnonymousBlock()); in moveBlockChildren()
177 if (firstChildHere && firstChildHere->isAnonymousBlock() && firstChildHere->childrenInline() in mergeBlockChildren()
178 …&& lastChildThere && lastChildThere->isAnonymousBlock() && lastChildThere->childrenInline()) { … in mergeBlockChildren()
DRenderBlock.cpp188 if (isAnonymousBlock()) { in destroy()
241 if (!isAnonymousBlock()) { in styleDidChange()
253 if (child->isAnonymousBlock()) { in styleDidChange()
445 if (isAnonymousBlock()) in clone()
463 if (!isAnonymousBlock()) in splitBlocks()
473 if (!cloneBlock->isAnonymousBlock()) in splitBlocks()
498 if (!blockCurr->isAnonymousBlock()) { in splitBlocks()
692 …else if (lastRenderer && lastRenderer->isAnonymousBlock() && isAfterContent(lastRenderer->lastChil… in addChildIgnoringAnonymousColumnBlocks()
707 if (anonymousChild->isAnonymousBlock()) { in addChildIgnoringAnonymousColumnBlocks()
776 ASSERT(beforeChild->isAnonymousBlock()); in addChildIgnoringAnonymousColumnBlocks()
[all …]
DRenderObject.h388 bool isAnonymousBlock() const in isAnonymousBlock() function
396 … bool isAnonymousColumnsBlock() const { return style()->specifiesColumns() && isAnonymousBlock(); } in isAnonymousColumnsBlock()
397 bool isAnonymousColumnSpanBlock() const { return style()->columnSpan() && isAnonymousBlock(); } in isAnonymousColumnSpanBlock()
DRenderObjectChildList.cpp199 while (beforeChild->parent() != owner && beforeChild->parent()->isAnonymousBlock()) in insertChildNode()
DRenderListItem.cpp207 if (markerPar && markerPar->isAnonymousBlock()) in updateMarkerLocation()
DRenderBlock.h144 bool isAnonymousBlockContinuation() const { return continuation() && isAnonymousBlock(); } in isAnonymousBlockContinuation()
DInlineFlowBox.cpp973 if (!enclosingAnonymousBlock->isAnonymousBlock()) in paint()
DRenderInline.cpp376 …if (block->isAnonymousBlock() && (!block->parent() || !block->parent()->createsAnonymousWrapper())… in splitFlow()
DRenderObject.cpp2354 if (curr && curr->isAnonymousBlock() && toRenderBlock(curr)->continuation()) in getTextDecorationColors()
DRenderBox.cpp1927 if (!document()->inQuirksMode() && !cb->isAnonymousBlock()) in computePercentageLogicalHeight()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGText.cpp150 ASSERT(!isAnonymousBlock()); in layout()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp305 else if (m_renderer->isAnonymousBlock() && firstChildIsInlineContinuation(m_renderer)) in previousSibling()
343 else if (m_renderer->isAnonymousBlock() && lastChildHasContinuation(m_renderer)) in nextSibling()
799 if (currRenderer->isAnonymousBlock()) { in anchorElement()
/external/webkit/Source/WebCore/
DChangeLog1864 (WebCore::RenderObject::isAnonymousBlock):
40722 (WebCore::RenderObject::isAnonymousBlock): Add isRenderBlock cast
45375 isAnonymousBlock() doesn't mean it is a RenderBlock. We need to check isRenderBlock().
DChangeLog-2005-12-19922 tables because tables won't pass the isAnonymousBlock() check,
DChangeLog-2006-12-3112883 (WebCore::RenderObject::isAnonymousBlock):
DChangeLog-2005-08-2350447 (khtml::RenderObject::isAnonymousBlock):
DChangeLog-2009-06-1643664 (WebCore::RenderObject::isAnonymousBlock):