HomeSort by relevance Sort by last modified time
    Searched refs:isRenderBlock (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/paint/
LineBoxListPainter.cpp 25 ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could paint like this is if it has a layer.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRuby.cpp 49 || (object->isAnonymous() && object->isRenderBlock() && object->style()->display() == INLINE_BLOCK));
53 && object->isRenderBlock()
TextAutosizer.cpp 152 if (!renderer->isRenderBlock())
347 if (renderer->isRenderBlock()) {
444 if (parent->isRenderBlock() && (parent->childrenInline() || behavior == DescendToInnerBlocks))
462 } else if (child->isRenderBlock() && behavior == DescendToInnerBlocks
571 if (!renderer->isRenderBlock())
625 if (descendant->isRenderBlock()) {
    [all...]
BidiRunForLine.cpp 42 && (current->isRenderInline() || current->isRenderBlock())) {
RenderTextFragment.cpp 139 if (block->style()->hasPseudoStyle(FIRST_LETTER) && block->canHaveChildren() && block->isRenderBlock())
RenderLineBoxList.cpp 200 ASSERT(renderer->isRenderBlock() || (renderer->isRenderInline() && renderer->hasLayer())); // The only way an inline could hit test like this is if it has a layer.
233 if (!container->parent() || (container->isRenderBlock() && (container->selfNeedsLayout() || !container->isRenderBlockFlow())))
RenderDeprecatedFlexibleBox.cpp     [all...]
RenderBlock.cpp 322 if (cb->isRenderBlock())
452 ASSERT(!beforeChild || beforeChild->parent()->isAnonymousColumnSpanBlock() || beforeChild->parent()->isRenderBlock());
560 if (!curr->isRenderBlock() || curr->isFloatingOrOutOfFlowPositioned() || curr->isTableCell() || curr->isDocumentElement() || curr->isRenderView() || curr->hasOverflowClip()
637 ASSERT_WITH_SECURITY_IMPLICATION(curr->isRenderBlock());
    [all...]
RenderBoxModelObject.cpp 649 ASSERT(!fullRemoveInsert || !isRenderBlock() || !toRenderBlock(this)->hasPositionedObjects());
653 if (fullRemoveInsert && (toBoxModelObject->isRenderBlock() || toBoxModelObject->isRenderInline())) {
666 if (fullRemoveInsert && isRenderBlock()) {
EllipsisBox.cpp 73 if (!m_shouldPaintMarkupBox || !renderer().isRenderBlock())
RenderBlock.h 346 virtual bool isRenderBlock() const OVERRIDE FINAL { return true; }
499 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderBlock, isRenderBlock());
RenderObject.cpp 715 bool willSkipRelativelyPositionedInlines = !object->isRenderBlock() || object->isAnonymousBlock();
717 while (object && (!object->isRenderBlock() || object->isAnonymousBlock()))
762 if (isRenderBlock())
844 if (o && !o->isRenderBlock())
850 while (o && ((o->isInline() && !o->isReplaced()) || !o->isRenderBlock()))
854 if (!o || !o->isRenderBlock())
    [all...]
RenderObject.h 373 virtual bool isRenderBlock() const { return false; }
525 return isAnonymous() && (style()->display() == BLOCK || style()->display() == BOX) && style()->styleType() == NOPSEUDO && isRenderBlock() && !isListMarker() && !isRenderFlowThread()
    [all...]
RenderListItem.cpp 418 if (o->isRenderBlock()) {
RenderBlockFlow.cpp     [all...]
InlineFlowBox.cpp 281 while (parent && (!parent->isRenderBlock() || parent->isInline())) {
297 while (object && (!object->isRenderBlock() || object->isInline())) {
    [all...]
RenderBox.cpp 278 if (!styleToUse->isOverflowVisible() && isRenderBlock() && !isViewObject) {
    [all...]
RenderBlockLineLayout.cpp     [all...]
RenderInline.cpp 522 ASSERT(!beforeChild || beforeChild->parent()->isRenderBlock() || beforeChild->parent()->isRenderInline());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.cpp 138 bool paintedByBlock = renderer->isRenderBlock() && caretRendersInsideNode(node);
VisibleUnits.cpp 716 if (p.deprecatedNode()->renderer() && p.deprecatedNode()->renderer()->isRenderBlock() && !p.deprecatedEditingOffset())
784 if (p.deprecatedNode()->renderer() && p.deprecatedNode()->renderer()->isRenderBlock() && !p.deprecatedEditingOffset())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 87 if (r->isRenderBlock())
126 if (r->isRenderBlock() && toRenderBlock(r)->inlineElementContinuation())
137 if (!cur->isRenderInline() && !cur->isRenderBlock())
164 if (renderer->isRenderBlock())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 269 if (parent.isRenderBlock() && !parent.childrenInline() && (!prev || !prev->isInline()))
Position.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextQuery.cpp 55 if (renderer->isRenderBlock()) {

Completed in 284 milliseconds

1 2