Home | History | Annotate | Download | only in rendering

Lines Matching refs:renderBox

564         RenderBox* renderBox = toRenderBox(firstRun->m_object);
565 updateLogicalInlinePositions(this, lineLogicalLeft, lineLogicalRight, availableLogicalWidth, isFirstLine, shouldIndentText, renderBox->logicalHeight());
617 RenderBox* renderBox = toRenderBox(r->m_object);
618 if (renderBox->isRubyRun())
619 setMarginsForRubyRun(r, toRenderRubyRun(renderBox), previousObject, lineInfo);
620 r->m_box->setLogicalWidth(logicalWidthForChild(renderBox).toFloat());
621 totalLogicalWidth += marginStartForChild(renderBox) + marginEndForChild(renderBox);
1001 RenderBox*>* cleanLineFloats = line->floatsPtr()) {
1002 Vector<RenderBox*>::iterator end = cleanLineFloats->end();
1003 for (Vector<RenderBox*>::iterator f = cleanLineFloats->begin(); f != end; ++f) {
1067 RenderBox* f = floats[i].object;
1303 RenderBox* childBox = toRenderBox(child);
1542 Vector<RenderBox*> replacedChildren;
1550 RenderBox* box = toRenderBox(o);
1609 Vector<RenderBox*>* cleanLineFloats = line->floatsPtr();
1613 Vector<RenderBox*>::iterator end = cleanLineFloats->end();
1614 for (Vector<RenderBox*>::iterator it = cleanLineFloats->begin(); it != end; ++it) {
1615 RenderBox* floatingBox = *it;
1723 if (Vector<RenderBox*>* cleanLineFloats = line->floatsPtr()) {
1724 Vector<RenderBox*>::iterator end = cleanLineFloats->end();
1725 for (Vector<RenderBox*>::iterator f = cleanLineFloats->begin(); f != end; ++f) {
2007 RenderBox* floatBox = floatingObject->renderer();