Searched refs:isWiderOrNarrowerDescendant (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DTextAutosizer.h281 bool isWiderOrNarrowerDescendant(Cluster*);
H A DTextAutosizer.cpp741 // FIXME: why does isWiderOrNarrowerDescendant crash on independent clusters?
742 if (!(cluster->m_flags & INDEPENDENT) && isWiderOrNarrowerDescendant(cluster))
977 bool TextAutosizer::isWiderOrNarrowerDescendant(Cluster* cluster) function in class:blink::TextAutosizer

Completed in 32 milliseconds