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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 332 } else if (block == currentCluster()->m_root) {
385 float multiplier = clusterMultiplier(currentCluster());
397 Cluster* cluster = currentCluster();
433 } else if (!m_clusterStack.isEmpty() && currentCluster()->m_root == block) {
440 Cluster* cluster = currentCluster();
700 Cluster* parentCluster = m_clusterStack.isEmpty() ? 0 : currentCluster();
    [all...]
TextAutosizer.h 282 Cluster* currentCluster() const;

Completed in 450 milliseconds