HomeSort by relevance Sort by last modified time
    Searched refs:bodyObject (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 749 RenderObject* bodyObject = htmlObject->firstChild();
750 if (!bodyObject)
753 return bodyObject->hasBackground();
767 RenderObject* bodyObject = htmlObject->firstChild();
768 return bodyObject->style()->visitedDependentColor(CSSPropertyBackgroundColor);
814 RenderObject* bodyObject = (body && body->hasLocalName(bodyTag)) ? body->renderer() : 0;
815 if (!bodyObject)
818 style = bodyObject->style();
    [all...]
RenderBox.cpp 801 RenderObject* bodyObject = 0;
808 bodyObject = (body && body->hasLocalName(bodyTag)) ? body->renderer() : 0;
809 if (bodyObject) {
810 bgLayer = bodyObject->style()->backgroundLayers();
811 bgColor = bodyObject->style()->visitedDependentColor(CSSPropertyBackgroundColor);
817 paintFillLayers(paintInfo, bgColor, bgLayer, view()->docLeft(), view()->docTop(), view()->docWidth(), view()->docHeight(), CompositeSourceOver, bodyObject);
    [all...]

Completed in 47 milliseconds