/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | TextStream.cpp | 50 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 …]
|
D | TextStream.h | 43 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/ |
D | SVGRenderTreeAsText.h | 42 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);
|
D | SVGRenderTreeAsText.cpp | 87 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/ |
D | RenderTreeAsText.h | 41 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&);
|
D | RenderTreeAsText.cpp | 68 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/ |
D | PointLightSource.cpp | 58 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<() 64 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
|
D | LightSource.h | 40 class TextStream; variable 69 virtual TextStream& externalRepresentation(TextStream&) const = 0;
|
D | SpotLightSource.cpp | 133 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<() 139 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
|
D | FEMorphology.cpp | 139 static TextStream& operator<<(TextStream& ts, const MorphologyOperatorType& type) in operator <<() 155 TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
|
D | FEComponentTransfer.cpp | 230 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()
|
D | FEMerge.h | 37 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | FETile.h | 41 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | FEOffset.h | 43 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | SourceAlpha.h | 39 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | FEDiffuseLighting.h | 56 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | FEBlend.h | 44 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | FESpecularLighting.h | 57 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | FEFlood.h | 49 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | SourceGraphic.h | 41 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | FEColorMatrix.h | 52 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
D | DistantLightSource.cpp | 68 TextStream& DistantLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
|
D | FEColorMatrix.cpp | 197 static TextStream& operator<<(TextStream& ts, const ColorMatrixType& type) in operator <<() 219 TextStream& FEColorMatrix::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
|
D | DistantLightSource.h | 51 virtual TextStream& externalRepresentation(TextStream&) const OVERRIDE;
|
D | FEMorphology.h | 53 virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|