Lines Matching refs:cb
216 RenderObject* cb = parent();
217 while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) && !cb->isRenderView()) {
218 if (cb->style()->position() == RelativePosition && cb->isInline() && !cb->isReplaced()) {
219 cb = cb->containingBlock();
222 cb = cb->parent();
225 if (cb->isRenderBlock())
226 toRenderBlock(cb)->removePositionedObjects(this);
595 for (RenderBlock* cb = containingBlock(); !cb->isRenderView(); cb = cb->containingBlock()) {
596 if (cb->style()->height().isFixed() || cb->isTableCell())
1780 RenderBlock* cb = containingBlock();
1783 for (RenderBoxModelObject* box = inlineRenderer; box != cb; box = box->parent()->enclosingBoxModelObject()) {
1791 cb->addContinuationWithOutline(inlineRenderer);
1927 RenderBlock* cb = containingBlock();
1928 if (cb && !cb->isRenderView())
1929 cb->setSelectionState(s);
2030 for (RenderBlock* cb = containingBlock(); cb && !cb->isRenderView(); cb = cb->containingBlock())
2031 clipOutPositionedObjects(paintInfo, cb->x(), cb->y(), cb->m_positionedObjects);
2266 RenderBlock* cb = this;
2267 while (cb != rootBlock) {
2268 left += cb->x();
2269 cb = cb->containingBlock();
2286 RenderBlock* cb = this;
2287 while (cb != rootBlock) {
2288 right += cb->x();
2289 cb = cb->containingBlock();
4417 RenderBlock* cb = containingBlock();
4418 while (!cb->isRenderView() && !cb->isTableCell())
4419 cb = cb->containingBlock();
4420 if (!cb->isTableCell())