Searched defs:TextStreamSeparator (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderTreeAsText.cpp85 class TextStreamSeparator { class in namespace:WebCore
87 TextStreamSeparator(const String& s) function in class:WebCore::TextStreamSeparator
94 friend TextStream& operator<<(TextStream&, TextStreamSeparator&);
100 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep)
333 TextStreamSeparator s(" ");
360 TextStreamSeparator s(" ");

Completed in 155 milliseconds