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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp983 const RenderBlock* parentDeepestBlockContainingAllText = deepestBlockContainingAllText(cluster->m_parent); local
985 ASSERT(m_blocksThatHaveBegunLayout.contains(parentDeepestBlockContainingAllText));
988 float clusterTextWidth = parentDeepestBlockContainingAllText->contentLogicalWidth().toFloat();

Completed in 878 milliseconds