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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h368 RenderBox* floatBox = toRenderBox(m_current.object()); local
369 FloatingObject* floatingObject = m_block->insertFloatingObject(floatBox);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockLineLayout.cpp2007 RenderBox* floatBox = floatingObject->renderer(); local
2008 setLogicalTopForChild(floatBox, logicalTopForChild(floatBox) + marginBeforeForChild(floatBox) + paginationStrut);
2009 if (floatBox->isRenderBlock())
2010 floatBox->forceChildLayout();
2012 floatBox->layoutIfNeeded();
H A DRenderBlockFlow.cpp2133 LayoutRect floatBox(offsetFromRootBlock.width() + xPositionForFloatIncludingMargin(floatingObject),
2136 rootBlock->flipForWritingMode(floatBox);
2137 floatBox.move(rootBlockPhysicalPosition.x(), rootBlockPhysicalPosition.y());
2138 paintInfo->context->clipOut(pixelSnappedIntRect(floatBox));
2279 FloatingObject* RenderBlockFlow::insertFloatingObject(RenderBox* floatBox) argument
2281 ASSERT(floatBox->isFloating());
2289 FloatingObjectSetIterator it = floatingObjectSet.find<FloatingObjectHashTranslator>(floatBox);
2296 OwnPtr<FloatingObject> newObj = FloatingObject::create(floatBox);
2300 bool isChildRenderBlock = floatBox->isRenderBlock();
2301 if (isChildRenderBlock && !floatBox
2317 removeFloatingObject(RenderBox* floatBox) argument
[all...]

Completed in 62 milliseconds