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 75 static bool isNarrowDescendant(const RenderBlock*, TextAutosizingClusterInfo& parentClusterInfo);
TextAutosizer.cpp 246 else if (isNarrowDescendant(descendantBlock, clusterInfo)) {
331 bool TextAutosizer::isNarrowDescendant(const RenderBlock* renderer, TextAutosizingClusterInfo& parentClusterInfo)
412 return isNarrowDescendant(renderer, parentClusterInfo)

Completed in 1368 milliseconds