Searched refs:floatingBox (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRootInlineBox.h114 void appendFloat(RenderBox* floatingBox) argument
118 m_floats->append(floatingBox);
120 m_floats= adoptPtr(new Vector<RenderBox*>(1, floatingBox));
H A DRenderBlockLineLayout.cpp1262 RenderBox* floatingBox = *it; local
1263 floatingBox->layoutIfNeeded();
1264 IntSize newSize(floatingBox->width() + floatingBox->marginLeft() + floatingBox->marginRight(), floatingBox->height() + floatingBox->marginTop() + floatingBox->marginBottom());
1266 if (floats[floatIndex].object != floatingBox) {
H A DRenderBlock.cpp3881 RenderBox* floatingBox = (*it)->renderer(); local
3887 if (nextBlock->containsFloat(floatingBox))
3888 nextBlock->markAllDescendantsWithFloatsForLayout(floatingBox);

Completed in 137 milliseconds