Home
last modified time | relevance | path

Searched refs:TextStream (Results 1 – 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextStream.cpp52 TextStream& TextStream::operator<<(bool b) in operator <<()
57 TextStream& TextStream::operator<<(int i) in operator <<()
63 TextStream& TextStream::operator<<(unsigned i) in operator <<()
69 TextStream& TextStream::operator<<(long i) in operator <<()
75 TextStream& TextStream::operator<<(unsigned long i) in operator <<()
81 TextStream& TextStream::operator<<(long long i) in operator <<()
87 TextStream& TextStream::operator<<(unsigned long long i) in operator <<()
93 TextStream& TextStream::operator<<(float f) in operator <<()
99 TextStream& TextStream::operator<<(double d) in operator <<()
105 TextStream& TextStream::operator<<(const char* string) in operator <<()
[all …]
DTextStream.h44 class PLATFORM_EXPORT TextStream {
51 TextStream& operator<<(bool);
52 TextStream& operator<<(int);
53 TextStream& operator<<(unsigned);
54 TextStream& operator<<(long);
55 TextStream& operator<<(unsigned long);
56 TextStream& operator<<(long long);
57 TextStream& operator<<(unsigned long long);
58 TextStream& operator<<(float);
59 TextStream& operator<<(double);
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderTreeAsText.h44 void write(TextStream&, const RenderSVGShape&, int indent);
45 void write(TextStream&, const RenderSVGRoot&, int indent);
46 void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent);
47 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent);
48 void writeSVGContainer(TextStream&, const RenderObject&, int indent);
49 void writeSVGImage(TextStream&, const RenderSVGImage&, int indent);
50 void writeSVGInlineText(TextStream&, const RenderSVGInlineText&, int indent);
51 void writeSVGText(TextStream&, const RenderSVGText&, int indent);
52 void writeResources(TextStream&, const RenderObject&, int indent);
55 TextStream& operator<<(TextStream&, const AffineTransform&);
[all …]
DSVGRenderTreeAsText.cpp87 friend TextStream& operator<<(TextStream&, TextStreamSeparator&);
93 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep) in operator <<()
103 static void writeNameValuePair(TextStream& ts, const char* name, ValueType value) in writeNameValuePair()
109 static void writeNameAndQuotedValue(TextStream& ts, const char* name, ValueType value) in writeNameAndQuotedValue()
114 static void writeIfNotEmpty(TextStream& ts, const char* name, const String& value) in writeIfNotEmpty()
121 static void writeIfNotDefault(TextStream& ts, const char* name, ValueType value, ValueType defaultV… in writeIfNotDefault()
127 TextStream& operator<<(TextStream& ts, const AffineTransform& transform) in operator <<()
143 static TextStream& operator<<(TextStream& ts, const WindRule rule) in operator <<()
177 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<()
183 static TextStream& operator<<(TextStream& ts, const SVGMarkerUnitsType& markerUnit) in operator <<()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTreeAsText.h39 class TextStream; variable
57 void write(TextStream&, const RenderObject&, int indent = 0, RenderAsTextBehavior = RenderAsTextBeh…
64 static void writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior);
65 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const LayoutRect& …
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DPointLightSource.cpp74 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<()
80 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
DLightSource.h40 class TextStream; variable
69 virtual TextStream& externalRepresentation(TextStream&) const = 0;
DFEMorphology.cpp142 static TextStream& operator<<(TextStream& ts, const MorphologyOperatorType& type) in operator <<()
158 TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
DFEComponentTransfer.cpp230 static TextStream& operator<<(TextStream& ts, const ComponentTransferType& type) in operator <<()
255 static TextStream& operator<<(TextStream& ts, const ComponentTransferFunction& function) in operator <<()
266 TextStream& FEComponentTransfer::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
DSpotLightSource.cpp165 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<()
171 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
DFEMerge.h38 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DSourceGraphic.h40 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DFETile.h41 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DFEOffset.h43 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DSourceAlpha.h39 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DFEDiffuseLighting.h56 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DFESpecularLighting.h57 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DFEFlood.h49 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DFEBlend.h53 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DFEColorMatrix.h52 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
DDistantLightSource.cpp68 TextStream& DistantLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
DFEColorMatrix.cpp197 static TextStream& operator<<(TextStream& ts, const ColorMatrixType& type) in operator <<()
219 TextStream& FEColorMatrix::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
DFEDisplacementMap.cpp191 static TextStream& operator<<(TextStream& ts, const ChannelSelectorType& type) in operator <<()
213 TextStream& FEDisplacementMap::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
DDistantLightSource.h51 virtual TextStream& externalRepresentation(TextStream&) const OVERRIDE;
DFEMorphology.h53 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;

123