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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp332 } 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();
1004 TextAutosizer::Cluster* TextAutosizer::currentCluster() const function in class:blink::TextAutosizer
H A DTextAutosizer.h282 Cluster* currentCluster() const;

Completed in 3070 milliseconds