Searched refs:isBody (Results 1 – 15 of 15) sorted by relevance
65 if (oldChild->isBody()) in removeChildNode()
87 ASSERT(bodyElementRenderer->isBody()); in skipBodyBackground()220 } else if (newStyle && isBody()) in styleWillChange()273 if (isRoot() || isBody()) in styleDidChange()344 if (isBody() && isHTMLHtmlElement(document().documentElement()) in updateFromStyle()1324 if (isBody() && skipBodyBackground(this)) in paintBackground()1348 if (isBody() && skipBodyBackground(this)) in backgroundIsKnownToBeOpaqueInRect()1649 …bool drawingRootBackground = drawingBackground && (isRoot() || (isBody() && !document().documentEl… in repaintLayerRectsForImage()2772 …&& (isRoot() || (isBody() && document().documentElement()->renderer()->style()->logicalHeight().is… in computeLogicalHeight()2861 if (cb->isBody() || cb->isRoot()) in computePercentageLogicalHeight()4576 …while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isOutOfFlowPositioned() … in percentageLogicalHeightIsResolvableFromBlock()
226 …for (; !containingBlock->isRenderView() && !containingBlock->isBody(); containingBlock = containin… in firstContainingBlockWithLogicalWidth()
523 return !container->isRoot() && !container->isBody(); in contentHeightIsConstrained()
413 …lHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document().… in stretchesToViewport()
266 bool RenderObject::isBody() const in isBody() function in WebCore::RenderObject2042 …bool drawsRootBackground = isRoot() || (isBody() && !rendererHasBackground(document().documentElem… in styleWillChange()3185 if (isRoot() || isBody()) in offsetParent()
275 if (isBody() || !parent()) in adjustedPositionRelativeToOffsetParent()289 if (offsetParent->isBox() && !offsetParent->isBody()) in adjustedPositionRelativeToOffsetParent()314 … else if (offsetParent->isBox() && offsetParent->isBody() && !offsetParent->isPositioned()) in adjustedPositionRelativeToOffsetParent()
444 if (currOffsetParentRenderer->isBox() && !currOffsetParentRenderer->isBody()) in adjustedPositionRelativeToOffsetParent()
391 bool isBody() const;
851 m_quirkContainer = blockFlow->isTableCell() || blockFlow->isBody(); in MarginInfo()1204 …if ((document().inQuirksMode() && hasMarginAfterQuirk(child) && (isTableCell() || isBody())) || ch… in marginBeforeEstimateForChild()
2386 if (isBody() || isRoot() || hasOverflowClip() in isSelectionRoot()2493 …if (isBody() || isRoot()) // The <body> must make sure to examine its containingBlock's positioned… in selectionGaps()3535 … = (style()->overflowY() == OPAGEDX || style()->overflowY() == OPAGEDY) && !(isRoot() || isBody()); in requiresColumns()5717 if (isBody()) in renderName()
2281 if (isBody(this)){2291 if (isBody(this)) return this.getWindow().getSize();2296 if (isBody(this)) return this.getWindow().getScrollSize();2301 if (isBody(this)) return this.getWindow().getScroll();2307 while (element && !isBody(element)){2317 if (isBody(element)) return null;2319 while ((element = element.parentNode) && !isBody(element)){2336 if (isBody(this)) return position;2338 while (element && !isBody(element)){2367 if (isBody(this)) return {x: 0, y: 0};[all …]
6657 if (isBody(this)){6667 if (isBody(this)) return this.getWindow().getSize();6672 if (isBody(this)) return this.getWindow().getScrollSize();6677 if (isBody(this)) return this.getWindow().getScroll();6683 while (element && !isBody(element)){6693 if (isBody(element)) return null;6695 while ((element = element.parentNode) && !isBody(element)){6712 if (isBody(this)) return position;6714 while (element && !isBody(element)){6743 if (isBody(this)) return {x: 0, y: 0};[all …]
3697 if (isDocument(element) || isDetached(element) || isBody(element) || isHtml(element))3737 if (isBody(element)) break;3831 if (isDocument(element) || isDetached(element) || isBody(element) || isHtml(element))3890 function isBody(element) { function
856 && !r->isFloatingOrOutOfFlowPositioned() && !r->isBody() && !r->isRubyText(); in shouldEmitNewlinesBeforeAndAfterNode()