Home | History | Annotate | Download | only in rendering

Lines Matching refs:toRenderBlock

657     return toRenderBlock(o);
1358 RenderBlock* cb = toRenderBlock(o);
1540 RenderBlock* block = toRenderBlock(parent())->createAnonymousBlock();
2354 if (curr && curr->isAnonymousBlock() && toRenderBlock(curr)->continuation())
2355 curr = toRenderBlock(curr)->continuation();