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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FastTextAutosizer.h 278 bool isWiderOrNarrowerDescendant(Cluster*);
FastTextAutosizer.cpp 744 // FIXME: why does isWiderOrNarrowerDescendant crash on independent clusters?
745 if (!(cluster->m_flags & INDEPENDENT) && isWiderOrNarrowerDescendant(cluster))
    [all...]

Completed in 485 milliseconds