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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlockFlow.cpp2011 RenderBlockFlow* toBlockFlow = toRenderBlockFlow(toBlock); local
2012 moveAllChildrenTo(toBlockFlow, fullRemoveInsert);
2018 // previous block (toBlockFlow) did not contain, and thus are not in the
2019 // floating objects list for toBlockFlow. This can result in toBlockFlow containing
2026 // floating objects from the old block (this) to the new block (toBlockFlow).
2027 // The float's metrics will likely all be wrong, but since toBlockFlow is
2032 if (!toBlockFlow->m_floatingObjects)
2033 toBlockFlow->createFloatingObjects();
2042 if (toBlockFlow
[all...]

Completed in 54 milliseconds