HomeSort by relevance Sort by last modified time
    Searched refs:clusterWidthProvider (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 96 const RenderBlock* widthProvider = clusterWidthProvider(cluster->m_root);
606 widthProvider = clusterWidthProvider(root);
749 cluster->m_multiplier = multiplierFromBlock(clusterWidthProvider(cluster->m_root));
792 const RenderBlock* TextAutosizer::clusterWidthProvider(const RenderBlock* root) const
802 const RenderBlock* result = clusterWidthProvider(currentRoot);
807 const RenderBlock* widthProvider = clusterWidthProvider(*it);
    [all...]
TextAutosizer.h 273 const RenderBlock* clusterWidthProvider(const RenderBlock*) const;

Completed in 203 milliseconds