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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.cpp 93 } else if (!clusterHasEnoughTextToAutosize(cluster)) {
596 return clusterHasEnoughTextToAutosize(&hypotheticalCluster, widthProvider);
599 bool TextAutosizer::clusterHasEnoughTextToAutosize(Cluster* cluster, const RenderBlock* widthProvider)
748 else if (clusterHasEnoughTextToAutosize(cluster))
    [all...]
TextAutosizer.h 262 bool clusterHasEnoughTextToAutosize(Cluster*, const RenderBlock* widthProvider = 0);

Completed in 40 milliseconds