Home
last modified time | relevance | path

Searched refs:applySVGWhitespaceRules (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInlineText.cpp38 static PassRefPtr<StringImpl> applySVGWhitespaceRules(PassRefPtr<StringImpl> string, bool preserveW… in applySVGWhitespaceRules() function
63 : RenderText(n, applySVGWhitespaceRules(string, false)) in RenderSVGInlineText()
84 setText(applySVGWhitespaceRules(originalText(), false), true); in styleDidChange()
89 setText(applySVGWhitespaceRules(originalText(), true), true); in styleDidChange()