Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextStream.cpp50 TextStream& TextStream::operator<<(bool b) in operator <<()
55 TextStream& TextStream::operator<<(int i) in operator <<()
61 TextStream& TextStream::operator<<(unsigned i) in operator <<()
67 TextStream& TextStream::operator<<(long i) in operator <<()
73 TextStream& TextStream::operator<<(unsigned long i) in operator <<()
79 TextStream& TextStream::operator<<(long long i) in operator <<()
85 TextStream& TextStream::operator<<(unsigned long long i) in operator <<()
91 TextStream& TextStream::operator<<(float f) in operator <<()
97 TextStream& TextStream::operator<<(double d) in operator <<()
103 TextStream& TextStream::operator<<(const char* string) in operator <<()
[all …]
DTextStream.h43 class PLATFORM_EXPORT TextStream {
50 TextStream& operator<<(bool);
51 TextStream& operator<<(int);
52 TextStream& operator<<(unsigned);
53 TextStream& operator<<(long);
54 TextStream& operator<<(unsigned long);
55 TextStream& operator<<(long long);
56 TextStream& operator<<(unsigned long long);
57 TextStream& operator<<(float);
58 TextStream& operator<<(double);
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderTreeAsText.h42 void write(TextStream&, const RenderSVGShape&, int indent);
43 void write(TextStream&, const RenderSVGRoot&, int indent);
44 void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent);
45 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent);
46 void writeSVGContainer(TextStream&, const RenderObject&, int indent);
47 void writeSVGImage(TextStream&, const RenderSVGImage&, int indent);
48 void writeSVGInlineText(TextStream&, const RenderSVGInlineText&, int indent);
49 void writeSVGText(TextStream&, const RenderSVGText&, int indent);
50 void writeResources(TextStream&, const RenderObject&, int indent);
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.h41 class TextStream; variable
59 void write(TextStream&, const RenderObject&, int indent = 0, RenderAsTextBehavior = RenderAsTextBeh…
66 static void writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior);
67 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const LayoutRect& …
79 TextStream& operator<<(TextStream&, const Color&);
DRenderTreeAsText.cpp68 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) in printBorderStyle()
161 TextStream& operator<<(TextStream& ts, const Color& c) in operator <<()
166 void RenderTreeAsText::writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavio… in writeRenderObject()
406 static void writeTextRun(TextStream& ts, const RenderText& o, const InlineTextBox& run) in writeTextRun()
431 void write(TextStream& ts, const RenderObject& o, int indent, RenderAsTextBehavior behavior) in write()
506 static void write(TextStream& ts, RenderLayer& l, in write()
576 void RenderTreeAsText::writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* layer, in writeLayers()
676 static void writeSelection(TextStream& ts, const RenderObject* o) in writeSelection()
701 TextStream ts; in externalRepresentation()
741 static void writeCounterValuesFromChildren(TextStream& stream, RenderObject* parent, bool& isFirstC… in writeCounterValuesFromChildren()
[all …]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DPointLightSource.cpp58 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<()
64 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
DLightSource.h40 class TextStream; variable
69 virtual TextStream& externalRepresentation(TextStream&) const = 0;
DSpotLightSource.cpp133 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<()
139 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
DFEMorphology.cpp139 static TextStream& operator<<(TextStream& ts, const MorphologyOperatorType& type) in operator <<()
155 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()
DFEMerge.h37 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;
DFEBlend.h44 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;
DSourceGraphic.h41 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()
DDistantLightSource.h51 virtual TextStream& externalRepresentation(TextStream&) const OVERRIDE;
DFEMorphology.h53 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;

123