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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 101 static bool isIndependentDescendant(const RenderBlock*);
TextAutosizer.cpp 225 while (cluster && (!isAutosizingContainer(cluster) || !isIndependentDescendant(cluster)))
433 if (isWiderDescendant(descendantBlock, clusterInfo) || isIndependentDescendant(descendantBlock))
561 bool TextAutosizer::isIndependentDescendant(const RenderBlock* renderer)
607 || isIndependentDescendant(renderer);
    [all...]
FastTextAutosizer.cpp 165 static bool isIndependentDescendant(const RenderBlock* renderer)
584 if ((mask & INDEPENDENT) && (isIndependentDescendant(block) || block->isTable()))
    [all...]

Completed in 68 milliseconds