Home
last modified time | relevance | path

Searched refs:isBody (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObjectChildList.cpp65 if (oldChild->isBody()) in removeChildNode()
DRenderBox.cpp87 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()
DRenderReplaced.cpp226 …for (; !containingBlock->isRenderView() && !containingBlock->isBody(); containingBlock = containin… in firstContainingBlockWithLogicalWidth()
DTextAutosizer.cpp523 return !container->isRoot() && !container->isBody(); in contentHeightIsConstrained()
DRenderBox.h413 …lHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isRoot() || isBody()) && !document().… in stretchesToViewport()
DRenderObject.cpp266 bool RenderObject::isBody() const in isBody() function in WebCore::RenderObject
2042 …bool drawsRootBackground = isRoot() || (isBody() && !rendererHasBackground(document().documentElem… in styleWillChange()
3185 if (isRoot() || isBody()) in offsetParent()
DRenderBoxModelObject.cpp275 if (isBody() || !parent()) in adjustedPositionRelativeToOffsetParent()
289 if (offsetParent->isBox() && !offsetParent->isBody()) in adjustedPositionRelativeToOffsetParent()
314 … else if (offsetParent->isBox() && offsetParent->isBody() && !offsetParent->isPositioned()) in adjustedPositionRelativeToOffsetParent()
DRenderFlowThread.cpp444 if (currOffsetParentRenderer->isBox() && !currOffsetParentRenderer->isBody()) in adjustedPositionRelativeToOffsetParent()
DRenderObject.h391 bool isBody() const;
DRenderBlockFlow.cpp851 m_quirkContainer = blockFlow->isTableCell() || blockFlow->isBody(); in MarginInfo()
1204 …if ((document().inQuirksMode() && hasMarginAfterQuirk(child) && (isTableCell() || isBody())) || ch… in marginBeforeEstimateForChild()
DRenderBlock.cpp2386 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()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js2281 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 …]
Dconcat-jquery-mootools-prototype.js6657 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 …]
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Dprototype-1.7.js3697 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
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextIterator.cpp856 && !r->isFloatingOrOutOfFlowPositioned() && !r->isBody() && !r->isRubyText(); in shouldEmitNewlinesBeforeAndAfterNode()