Home
last modified time | relevance | path

Searched defs:collapseWhiteSpace (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/editing/
DReplaceSelectionCommand.cpp979 bool collapseWhiteSpace = !renderer || renderer->style()->collapseWhiteSpace(); in doApply() local
994 bool collapseWhiteSpace = !renderer || renderer->style()->collapseWhiteSpace(); in doApply() local
/external/webkit/WebCore/rendering/
DRenderBlockLineLayout.cpp1687 …nsigned from, unsigned len, const Font& font, int xPos, bool isFixedPitch, bool collapseWhiteSpace) in textWidth()
1756 bool collapseWhiteSpace = RenderStyle::collapseWhiteSpace(currWS); in findNextLineBreak() local
DRenderText.cpp470 bool collapseWhiteSpace = style()->collapseWhiteSpace(); in trimmedPrefWidths() local
/external/webkit/WebCore/rendering/style/
DRenderStyle.h489 static bool collapseWhiteSpace(EWhiteSpace ws) in collapseWhiteSpace() function
495 bool collapseWhiteSpace() const in collapseWhiteSpace() function