isIndependentDescendant 252 Source/core/rendering/FastTextAutosizer.cpp return isIndependentDescendant(block) || mightBeWiderOrNarrowerDescendant(block) || block->isTable(); isIndependentDescendant 585 Source/core/rendering/FastTextAutosizer.cpp bool isAutosizingClusterRoot = isIndependentDescendant(block) || block->isTable(); isIndependentDescendant 716 Source/core/rendering/FastTextAutosizer.cpp || isIndependentDescendant(cluster->m_root) isIndependentDescendant 738 Source/core/rendering/FastTextAutosizer.cpp } else if (!(cluster->m_root->isTable() || isIndependentDescendant(cluster->m_root) || isWiderOrNarrowerDescendant(cluster))) { isIndependentDescendant 894 Source/core/rendering/FastTextAutosizer.cpp if (!isPotentialClusterRoot(child) || !isIndependentDescendant(toRenderBlock(child))) { isIndependentDescendant 223 Source/core/rendering/TextAutosizer.cpp while (cluster && (!isAutosizingContainer(cluster) || !isIndependentDescendant(cluster))) isIndependentDescendant 433 Source/core/rendering/TextAutosizer.cpp if (isWiderDescendant(descendantBlock, clusterInfo) || isIndependentDescendant(descendantBlock)) isIndependentDescendant 607 Source/core/rendering/TextAutosizer.cpp || isIndependentDescendant(renderer); isIndependentDescendant 807 Source/core/rendering/TextAutosizer.cpp if (!isAutosizingContainer(child) || !isIndependentDescendant(toRenderBlock(child))) { isIndependentDescendant 102 Source/core/rendering/TextAutosizer.h static bool isIndependentDescendant(const RenderBlock*);