Searched defs:containingBlock (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderObject.cpp595 RenderObject* o = isTableCell() ? containingBlock() : container();
599 RenderObject* container = o->isTableCell() ? o->containingBlock() : o->container();
618 RenderBlock* RenderObject::containingBlock() const function in class:WebCore::RenderObject
642 return o->containingBlock();
1910 // This method is extremely similar to containingBlock(), but with a few notable
1916 // containingBlock() simply skips relpositioned inlines and lets an enclosing block handle

Completed in 37 milliseconds