Home
last modified time | relevance | path

Searched defs:isCollapsibleWhiteSpace (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderText.cpp657 bool isCollapsibleWhiteSpace = (j < len) && style()->isCollapsibleWhiteSpace(c); in calcPrefWidths() local
/external/webkit/WebCore/rendering/style/
DRenderStyle.h484 bool isCollapsibleWhiteSpace(UChar c) const in isCollapsibleWhiteSpace() function