/external/webkit/Source/WebCore/rendering/ |
D | RenderLineBoxList.cpp | 211 …ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The … in paint() 282 …ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The … in hitTest() 317 …if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !conta… in dirtyLinesFromChangedChild()
|
D | RenderRuby.cpp | 49 …|| (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK… in isAnonymousRubyInlineBlock() 53 && object->isRenderBlock() in isAnonymousRubyInlineBlock()
|
D | RenderTextFragment.cpp | 111 …block->style()->hasPseudoStyle(FIRST_LETTER) && block->canHaveChildren() && block->isRenderBlock()) in blockForAccompanyingFirstLetter()
|
D | RenderBlock.cpp | 226 if (cb->isRenderBlock()) in styleWillChange() 285 if (curr->isRenderBlock()) { in styleDidChange() 341 … || beforeChild->parent()->isAnonymousColumnSpanBlock() || beforeChild->parent()->isRenderBlock()); in addChildToContinuation() 380 …foreChildParent = toRenderBlock(beforeChild && beforeChild->parent()->isRenderBlock() ? beforeChil… in addChildToAnonymousColumnBlocks() 425 …if (!curr->isRenderBlock() || curr->isFloatingOrPositioned() || curr->isTableCell() || curr->isRoo… in containingColumnsBlock() 483 ASSERT(curr->isRenderBlock()); in splitBlocks() 674 if (curr->isRenderBlock() && toRenderBlock(curr)->continuation()) { in columnsBlockForSpanningElement() 718 || (newChild->isRenderBlock() && newChild->style()->display() == TABLE_CAPTION) in addChildIgnoringAnonymousColumnBlocks() 801 if (madeBoxesNonInline && parent() && isAnonymousBlock() && parent()->isRenderBlock()) in addChildIgnoringAnonymousColumnBlocks() 1569 if (!child->isRenderBlock()) in handleRunInChild() [all …]
|
D | RenderListItem.cpp | 164 …if (currChild->isTable() || !currChild->isRenderBlock() || (currChild->isBox() && toRenderBox(curr… in getParentOfFirstLineBox() 332 if (o->isRenderBlock()) { in positionListMarker()
|
D | RenderObject.h | 275 virtual bool isRenderBlock() const { return false; } in isRenderBlock() function 394 … || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMa… in isAnonymousBlock() 1018 …while (o && !o->isRenderBlock()) // Skip relatively positioned inlines and get to the enclosing Re… in markContainingBlocksForLayout()
|
D | RenderBlock.h | 333 virtual bool isRenderBlock() const { return true; } in isRenderBlock() function 803 ASSERT(!object || object->isRenderBlock()); in toRenderBlock() 809 ASSERT(!object || object->isRenderBlock()); in toRenderBlock()
|
D | RenderObject.cpp | 290 else if (newChild->isRenderBlock() && newChild->style()->display() == TABLE_CAPTION) in addChild() 626 while (o && !o->isRenderView() && !(o->hasTransform() && o->isRenderBlock())) in containingBlock() 629 …line() && !o->isReplaced())) && !o->isRenderView() && !(o->hasTransform() && o->isRenderBlock())) { in containingBlock() 654 if (!o || !o->isRenderBlock()) in containingBlock() 2043 while (o && o->parent() && !(o->hasTransform() && o->isRenderBlock())) { in container() 2052 …position() == StaticPosition && !o->isRenderView() && !(o->hasTransform() && o->isRenderBlock())) { in container()
|
D | RenderObjectChildList.cpp | 286 if (!first->isRenderBlock()) in beforePseudoElementRenderer()
|
D | RenderTable.cpp | 120 if (child->isRenderBlock() && child->style()->display() == TABLE_CAPTION) { in addChild() 787 if (child->isRenderBlock()) in recalcSections()
|
D | RenderBox.cpp | 235 if (curr->isRenderBlock()) { in removeFloatingOrPositionedChildFromBlockLists() 253 if (curr->isRenderBlock()) in removeFloatingOrPositionedChildFromBlockLists() 372 …if (style()->overflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTab… in updateBoxModelInfoFromStyle() 2051 ASSERT(cb->isRenderBlock()); in computeReplacedLogicalHeightUsing() 2108 …if (isRenderBlock() && isPositioned() && style()->height().isAuto() && !(style()->top().isAuto() |… in availableLogicalHeightUsing()
|
D | InlineFlowBox.cpp | 265 while (parent && (!parent->isRenderBlock() || parent->isInline())) { in isLastChildForRenderer() 281 while (object && (!object->isRenderBlock() || object->isInline())) { in isAnsectorAndWithinBlock()
|
D | RenderFlexibleBox.cpp | 858 if (child->isRenderBlock()) { in applyLineClamp()
|
D | RenderInline.cpp | 428 …ASSERT(!beforeChild || beforeChild->parent()->isRenderBlock() || beforeChild->parent()->isRenderIn… in addChildToContinuation()
|
D | RenderBlockLineLayout.cpp | 2500 if (o->isRenderBlock()) in positionNewFloatOnLine()
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityRenderObject.cpp | 149 if (r->isRenderBlock()) in firstChildInContinuation() 176 if (!cur->isRenderInline() && !cur->isRenderBlock()) in lastChildConsideringContinuation() 227 if (r->isRenderBlock() && toRenderBlock(r)->inlineElementContinuation()) in startOfContinuations() 238 if (!cur->isRenderInline() && !cur->isRenderBlock()) in endOfContinuations() 271 } else if (curContainer->isRenderBlock()) { in childBeforeConsideringContinuations() 300 if (m_renderer->isRenderBlock() && (startOfConts = startOfContinuations(m_renderer))) in previousSibling() 338 …if (m_renderer->isRenderBlock() && (inlineContinuation = toRenderBlock(m_renderer)->inlineElementC… in nextSibling() 360 if (continuation->isRenderBlock()) in nextSibling() 378 if (renderer->isRenderBlock()) in nextContinuation() 394 if (m_renderer->isRenderBlock() && (startOfConts = startOfContinuations(m_renderer))) in renderParentObject()
|
D | AccessibilityObject.cpp | 230 if (!renderer || (renderer->isRenderBlock() && !p.deprecatedEditingOffset())) in updateAXLineStartForVisiblePosition()
|
/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLFraction.cpp | 127 if (lastChild() && lastChild()->isRenderBlock()) in layout()
|
/external/webkit/Source/WebCore/dom/ |
D | Text.cpp | 225 if (par->isRenderBlock() && !par->childrenInline() && (!prev || !prev->isInline())) in rendererIsNeeded()
|
D | Position.cpp | 1014 if (next->isRenderBlock()) in searchAheadForBetterMatch()
|
D | Node.cpp | 826 …if (renderer->isRenderBlock() || renderer->isInlineBlockOrInlineTable() || renderer->isReplaced())… in renderRect()
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteButtonController.cpp | 109 if (renderer->isRenderBlock() && !renderer->isTableCell()) { in isDeletableElement()
|
D | visible_units.cpp | 356 …if (p.deprecatedNode()->renderer() && p.deprecatedNode()->renderer()->isRenderBlock() && !p.deprec… in startPositionForLine() 404 …if (p.deprecatedNode()->renderer() && p.deprecatedNode()->renderer()->isRenderBlock() && !p.deprec… in endPositionForLine() 1055 …if (p.deprecatedNode()->renderer() && p.deprecatedNode()->renderer()->isRenderBlock() && !p.deprec… in logicalStartPositionForLine() 1091 …if (p.deprecatedNode()->renderer() && p.deprecatedNode()->renderer()->isRenderBlock() && !p.deprec… in logicalEndPositionForLine()
|
D | TextIterator.cpp | 788 return !r->isInline() && r->isRenderBlock() && !r->isFloatingOrPositioned() && !r->isBody(); in shouldEmitNewlinesBeforeAndAfterNode()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGTextQuery.cpp | 58 if (renderer->isRenderBlock()) { in flowBoxForRenderer()
|