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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp3744 FloatingObject* floatingObj = new FloatingObject(r->type(), IntRect(r->x() - leftOffset, r->y() - topOffset, r->width(), r->height())); local
3745 floatingObj->m_renderer = r->m_renderer;
3754 floatingObj->m_shouldPaint = false;
3756 floatingObj->m_isDescendant = true;
3762 m_floatingObjects->increaseObjectsCount(floatingObj->type());
3763 m_floatingObjects->set().add(floatingObj);
3815 FloatingObject* floatingObj = new FloatingObject(r->type(), IntRect(r->x() - leftOffset, r->y() - topOffset, r->width(), r->height())); local
3824 floatingObj->setX(floatingObj->x() + prev->marginLeft());
3826 floatingObj
[all...]

Completed in 444 milliseconds