Searched refs:bodyObject (Results 1 – 2 of 2) sorted by relevance
749 RenderObject* bodyObject = htmlObject->firstChild(); in rendererHasBackground() local750 if (!bodyObject) in rendererHasBackground()753 return bodyObject->hasBackground(); in rendererHasBackground()767 RenderObject* bodyObject = htmlObject->firstChild(); in rendererBackgroundColor() local768 return bodyObject->style()->visitedDependentColor(CSSPropertyBackgroundColor); in rendererBackgroundColor()814 RenderObject* bodyObject = (body && body->hasLocalName(bodyTag)) ? body->renderer() : 0; in isSimpleContainerCompositingLayer() local815 if (!bodyObject) in isSimpleContainerCompositingLayer()818 style = bodyObject->style(); in isSimpleContainerCompositingLayer()
801 RenderObject* bodyObject = 0; in paintRootBoxFillLayers() local808 bodyObject = (body && body->hasLocalName(bodyTag)) ? body->renderer() : 0; in paintRootBoxFillLayers()809 if (bodyObject) { in paintRootBoxFillLayers()810 bgLayer = bodyObject->style()->backgroundLayers(); in paintRootBoxFillLayers()811 bgColor = bodyObject->style()->visitedDependentColor(CSSPropertyBackgroundColor); in paintRootBoxFillLayers()817 …eft(), view()->docTop(), view()->docWidth(), view()->docHeight(), CompositeSourceOver, bodyObject); in paintRootBoxFillLayers()