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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 77 static bool isIndependentDescendant(const RenderBlock*);
TextAutosizer.cpp 156 while (cluster && (!isAutosizingContainer(cluster) || !isIndependentDescendant(cluster)))
244 if (isWiderDescendant(descendantBlock, clusterInfo) || isIndependentDescendant(descendantBlock))
369 bool TextAutosizer::isIndependentDescendant(const RenderBlock* renderer)
414 || isIndependentDescendant(renderer);
620 if (!isAutosizingContainer(child) || !isIndependentDescendant(toRenderBlock(child))) {

Completed in 251 milliseconds