Searched refs:isBlockFlow (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DPositionIterator.cpp168 if (!m_anchorNode->hasTagName(htmlTag) && renderer->isBlockFlow()) {
H A DPosition.cpp798 if (renderer->isBlockFlow()) {
1064 if (canHaveChildrenForEditing(deprecatedNode()) && renderer->isBlockFlow() && hasRenderedNonAnonymousDescendantsWithHeight(renderer)) {
1211 if (r->isBlockFlow()) {
H A DNode.cpp1653 bool Node::isBlockFlow() const function in class:WebCore::Node
1655 return renderer() && renderer()->isBlockFlow();
1660 return renderer() && (renderer()->isBlockFlow() || (renderer()->isTable() && !renderer()->isInline()));
1666 if (isBlockFlow())
1673 if (n->isBlockFlow() || n->hasTagName(bodyTag))
H A DNode.h238 bool isBlockFlow() const;
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLFenced.cpp130 if (child->isBlockFlow() && child->style()->display() != INLINE_BLOCK) {
/external/webkit/Source/WebCore/editing/mac/
H A DEditorMac.mm169 if (!renderer->isBlockFlow()) {
/external/webkit/Source/WebCore/rendering/
H A DRenderObjectChildList.cpp144 ASSERT(!owner->isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChild->isTableCell()));
203 ASSERT(!owner->isBlockFlow() || (!child->isTableSection() && !child->isTableRow() && !child->isTableCell()));
H A DRenderFlexibleBox.cpp854 || (child->style()->height().isAuto() && child->isBlockFlow())) {
864 if (child->style()->height().isAuto() && child->isBlockFlow())
876 if (child->isPositioned() || !child->style()->height().isAuto() || !child->isBlockFlow())
H A DRenderLineBoxList.cpp317 if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !container->isBlockFlow())))
H A DRenderObject.cpp1357 if (o->isBlockFlow()) {
1713 && parent() && (parent()->isBlockFlow() || parent()->isRenderInline());
2246 if (isBlockFlow()) {
2264 if (renderer->isBlockFlow()) {
H A DRenderBlock.cpp1305 if (child->isBlockFlow() && !child->isFloatingOrPositioned()) {
2224 if (relayoutChildren || (r->style()->hasStaticBlockPosition(isHorizontalWritingMode()) && r->parent() != this && r->parent()->isBlockFlow()))
2878 if (!isBlockFlow()) // FIXME: Make multi-column selection gap filling work someday.
5231 if (!isBlockFlow() || (isWritingModeRoot() && !isRubyRun()))
5255 if (!isBlockFlow() || (isWritingModeRoot() && !isRubyRun()))
5312 !parentBlock || parentBlock->firstChild() != firstLineBlock || !parentBlock->isBlockFlow())
5373 !parentBlock->isBlockFlow())
5542 obj->isBlockFlow() && obj->style()->height().isAuto() &&
5639 if (obj->isBlockFlow() && !obj->hasOverflowClip())
H A DRenderBlock.h334 virtual bool isBlockFlow() const { return (!isInline() || isReplaced()) && !isTable(); } function in class:WebCore::RenderBlock
H A DRenderObject.h251 virtual bool isBlockFlow() const { return false; } function in class:WebCore::RenderObject
H A DRenderInline.cpp1057 if (o->isBlockFlow() && style()->position() != AbsolutePosition && style()->position() != FixedPosition) {
H A DRenderBox.cpp1469 if (o->isBlockFlow() && position != AbsolutePosition && position != FixedPosition) {
3196 if ((!renderObject->firstChild() && !renderObject->isInline() && !renderObject->isBlockFlow() )
/external/webkit/Source/WebCore/editing/
H A DInsertListCommand.cpp221 Node* outerBlock = firstChildInList->isBlockFlow() ? firstChildInList : listNode.get();
H A DTypingCommand.cpp455 if (root->renderer() && root->renderer()->isBlockFlow())
H A DReplaceSelectionCommand.cpp768 if (parent->isBlockFlow() || parent->hasTagName(bodyTag))
772 if (sibling->isBlockFlow())
H A DCompositeEditCommand.cpp632 // Should assert isBlockFlow || isInlineFlow when deletion improves. See 4244964.
645 // Should assert isBlockFlow || isInlineFlow when deletion improves. See 4244964.
661 if (!renderer || !renderer->isBlockFlow())
H A DApplyStyleCommand.cpp953 if ((node->renderer()->isBlockFlow() || node->childNodeCount()) && node->isHTMLElement()) {
H A DSelectionController.cpp1094 bool paintedByBlock = renderer->isBlockFlow() && caretRendersInsideNode(node);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp1861 if (m_renderer->isBlockFlow() && m_renderer->childrenInline())
3133 if (m_renderer->isBlockFlow())

Completed in 405 milliseconds