Searched refs:isIndependentDescendant (Results 1 – 2 of 2) sorted by relevance
156 while (cluster && (!isAutosizingContainer(cluster) || !isIndependentDescendant(cluster))) in processSubtree()264 … if (isWiderDescendant(descendantBlock, clusterInfo) || isIndependentDescendant(descendantBlock)) in processContainer()392 bool TextAutosizer::isIndependentDescendant(const RenderBlock* renderer) in isIndependentDescendant() function in WebCore::TextAutosizer437 || isIndependentDescendant(renderer); in isAutosizingCluster()643 if (!isAutosizingContainer(child) || !isIndependentDescendant(toRenderBlock(child))) { in findFirstTextLeafNotInCluster()
77 static bool isIndependentDescendant(const RenderBlock*);