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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInlineText.cpp43 static PassRefPtr<StringImpl> applySVGWhitespaceRules(PassRefPtr<StringImpl> string, bool preserveWhiteSpace) argument
45 if (preserveWhiteSpace) {
H A DSVGTextLayoutAttributesBuilder.cpp191 bool preserveWhiteSpace = shouldPreserveAllWhiteSpace(text->style()); local
217 if (!preserveWhiteSpace && characterIsSpace(currentCharacter) && characterIsSpaceOrNull(lastCharacter)) {

Completed in 318 milliseconds