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

  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 548 RenderObject* bodyObject = htmlObject->firstChild();
549 if (!bodyObject)
552 style = bodyObject->style();
568 RenderObject* bodyObject = htmlObject->firstChild();
569 style = bodyObject->style();
613 RenderObject* bodyObject = (body && body->hasLocalName(bodyTag)) ? body->renderer() : 0;
614 if (!bodyObject)
617 style = bodyObject->style();
    [all...]
RenderBox.cpp 572 RenderObject* bodyObject = 0;
579 bodyObject = (body && body->hasLocalName(bodyTag)) ? body->renderer() : 0;
580 if (bodyObject) {
581 bgLayer = bodyObject->style()->backgroundLayers();
582 bgColor = bodyObject->style()->backgroundColor();
607 paintFillLayers(paintInfo, bgColor, bgLayer, bx, by, bw, bh, CompositeSourceOver, bodyObject);
    [all...]

Completed in 65 milliseconds