Home
last modified time | relevance | path

Searched refs:isDocumentElement (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp201 …m_hasBoxDecorationBackground = isDocumentElement() ? calculateHasBoxDecorations() : hasBoxDecorati… in layout()
215 || this->isDocumentElement(); in shouldApplyViewportClip()
DSVGRenderSupport.cpp250 ASSERT(!object->isDocumentElement()); in isOverflowHidden()
/external/chromium_org/third_party/WebKit/Source/core/paint/
DTablePainter.cpp25 if (!m_renderTable.isDocumentElement()) { in paint()
DBlockPainter.cpp41 if (!m_renderBlock.isDocumentElement()) { in paint()
59 …cument().settings()->containerCullingEnabled() && !pushedClip && !m_renderBlock.isDocumentElement() in paint()
DBoxPainter.cpp103 if (m_renderBox.isDocumentElement()) { in paintBackground()
287 bool isDocumentElementRenderer = obj.isDocumentElement(); in paintFillLayerExtended()
558 ASSERT(obj.isDocumentElement()); in paintRootBackgroundColor()
581 if (!obj.isDocumentElement()) in isDocumentElementWithOpaqueBackground()
665 if (obj.isDocumentElement()) { in calculateBackgroundImageGeometry()
784 if (!obj.isDocumentElement()) in fixedBackgroundPaintsInLocalCoordinates()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp214 if (isDocumentElement() || isBody()) in styleDidChange()
268 bool isRootObject = isDocumentElement(); in updateFromStyle()
1210 if (isTable() || isDocumentElement()) in computeBackgroundIsKnownToBeObscured()
1287 …if (drawingBackground && (isDocumentElement() || (isBody() && !document().documentElement()->rende… in paintInvalidationLayerRectsForImage()
2302 …&& (isDocumentElement() || (isBody() && document().documentElement()->renderer()->style()->logical… in computeLogicalHeight()
2306 if (isDocumentElement()) in computeLogicalHeight()
2387 if (cb->isBody() || cb->isDocumentElement()) in computePercentageLogicalHeight()
4172 if (cb->isDocumentElement() && isOutOfFlowPositioned) { in percentageLogicalHeightIsResolvableFromBlock()
DRenderLayer.cpp828 …if (!parent()->renderer()->hasColumns() && parent()->renderer()->isDocumentElement() && renderer()… in location()
1579 …LayoutWithPendingStylesheets() && !layer->isRootLayer() && !layer->renderer()->isDocumentElement()) in shouldSuppressPaintingLayer()
1587 …return layer->renderer()->isDocumentElement() && (paintFlags & PaintLayerPaintingRootBackgroundOnl… in paintForFixedRootBackground()
1710 …LayerPaintingRootBackgroundOnly && !renderer()->isRenderView() && !renderer()->isDocumentElement()) in paintLayerContents()
1774 …bool createTransparencyLayerForBlendMode = !renderer()->isDocumentElement() && m_stackingNode->isS… in paintLayerContents()
3032 if (isRootLayer() || renderer()->isDocumentElement()) in intersectsDamageRect()
DRenderObject.cpp1820 …bool drawsRootBackground = isDocumentElement() || (isBody() && !rendererHasBackground(document().d… in styleWillChange()
2256 ASSERT(isDocumentElement()); in rendererForRootBackground()
2927 if (isDocumentElement() || isBody()) in offsetParent()
DRenderBox.h429 …>logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isDocumentElement() || isBody(… in stretchesToViewport()
DRenderBlock.cpp560 …->isFloatingOrOutOfFlowPositioned() || curr->isTableCell() || curr->isDocumentElement() || curr->i… in containingColumnsBlock()
1524 …ell() || isTableCaption() || isFieldset() || isWritingModeRoot() || isDocumentElement() || style()… in createsBlockFormattingContext()
1825 if (isBody() || isDocumentElement() || hasOverflowClip() in isSelectionRoot()
1907 …if (isBody() || isDocumentElement()) // The <body> must make sure to examine its containingBlock's… in selectionGaps()
DRenderDeprecatedFlexibleBox.cpp285 layoutPositionedObjects(relayoutChildren || isDocumentElement()); in layoutBlock()
DTextAutosizer.cpp229 return !block->isDocumentElement() && !block->isBody(); in blockHeightConstrained()
DRenderObject.h407 bool isDocumentElement() const { return document().documentElement() == m_node; } in isDocumentElement() function
DRenderBlockFlow.cpp496 …layoutPositionedObjects(relayoutChildren || isDocumentElement(), oldLeft != logicalLeft() ? Forced… in layoutBlockFlow()
909 …if (avoidsFloats() || isDocumentElement() || isRenderView() || isFloatingOrOutOfFlowPositioned() |… in rebuildFloatsFromIntruding()
DRenderFlexibleBox.cpp258 layoutPositionedObjects(relayoutChildren || isDocumentElement()); in layoutBlock()
DRenderGrid.cpp353 layoutPositionedObjects(relayoutChildren || isDocumentElement()); in layoutBlock()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
DCompositedLayerMapping.cpp1713 if (backgroundRenderer->isDocumentElement()) in rendererBackgroundColor()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp2162 … while (renderer && !renderer->isDocumentElement() && !renderer->isRelayoutBoundaryForInspector()) in getRelayoutBoundary()