Home | History | Annotate | Download | only in rendering

Lines Matching refs:bodyObject

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();