Searched refs:insertFloatingObject (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineBreaker.cpp42 m_block->positionNewFloatOnLine(m_block->insertFloatingObject(toRenderBox(object)), lastFloatFromPreviousLine, lineInfo, width);
H A DBreakingContextInlineHeaders.h236 m_block->insertFloatingObject(toRenderBox(object));
369 FloatingObject* floatingObject = m_block->insertFloatingObject(floatBox);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.h244 FloatingObject* insertFloatingObject(RenderBox*);
466 friend class BreakingContext; // FIXME: It uses insertFloatingObject and positionNewFloatOnLine, if we move those out from the private scope/add a helper to LineBreaker, we can remove this friend
H A DRenderBlockLineLayout.cpp1004 FloatingObject* floatingObject = insertFloatingObject(*f);
1726 FloatingObject* floatingObject = insertFloatingObject(*f);
H A DRenderBlockFlow.cpp1062 insertFloatingObject(child);
2279 FloatingObject* RenderBlockFlow::insertFloatingObject(RenderBox* floatBox) function in class:blink::RenderBlockFlow

Completed in 1715 milliseconds