Home | History | Annotate | Download | only in rendering

Lines Matching refs:toRenderBoxModelObject

2016             const int cw = isPositioned() ? containingBlockLogicalWidthForPositioned(toRenderBoxModelObject(container())) : containingBlockLogicalWidthForContent();
2063 int availableHeight = isPositioned() ? containingBlockLogicalHeightForPositioned(toRenderBoxModelObject(cb)) : toRenderBox(cb)->availableLogicalHeight();
2276 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
2598 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
2840 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
3004 const RenderBoxModelObject* containerBlock = toRenderBoxModelObject(container());
3389 RenderLayer* layer = curr->hasLayer() && curr->isBox() ? toRenderBoxModelObject(curr)->layer() : 0;