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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.cpp93 } else if (!clusterHasEnoughTextToAutosize(cluster)) {
596 return clusterHasEnoughTextToAutosize(&hypotheticalCluster, widthProvider);
599 bool TextAutosizer::clusterHasEnoughTextToAutosize(Cluster* cluster, const RenderBlock* widthProvider) function in class:blink::TextAutosizer
748 else if (clusterHasEnoughTextToAutosize(cluster))
H A DTextAutosizer.h262 bool clusterHasEnoughTextToAutosize(Cluster*, const RenderBlock* widthProvider = 0);

Completed in 69 milliseconds