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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
TextAutosizer.h 99 static bool isNarrowDescendant(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo);
TextAutosizer.cpp 435 else if (isNarrowDescendant(descendantBlock, clusterInfo)) {
523 bool TextAutosizer::isNarrowDescendant(const RenderBlock* renderer, TextAutosizingClusterInfo& parentClusterInfo)
605 return isNarrowDescendant(renderer, parentClusterInfo)
    [all...]

Completed in 417 milliseconds