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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.h166 // deepestBlockContainingAllText). A value of 0 indicates the value has not been computed yet.
283 const RenderBlock* deepestBlockContainingAllText(Cluster*);
284 const RenderBlock* deepestBlockContainingAllText(const RenderBlock*) const;
H A DTextAutosizer.cpp797 return deepestBlockContainingAllText(root);
867 const RenderBlock* TextAutosizer::deepestBlockContainingAllText(Cluster* cluster) function in class:blink::TextAutosizer
870 cluster->m_deepestBlockContainingAllText = deepestBlockContainingAllText(cluster->m_root);
876 const RenderBlock* TextAutosizer::deepestBlockContainingAllText(const RenderBlock* root) const function in class:blink::TextAutosizer
983 const RenderBlock* parentDeepestBlockContainingAllText = deepestBlockContainingAllText(cluster->m_parent);
990 // Clusters with a root that is wider than the deepestBlockContainingAllText of their parent
995 // Clusters with a root that is significantly narrower than the deepestBlockContainingAllText of

Completed in 103 milliseconds