/external/webkit/Source/WebCore/platform/text/ |
D | TextStream.cpp | 38 TextStream& TextStream::operator<<(bool b) in operator <<() 43 TextStream& TextStream::operator<<(int i) in operator <<() 50 TextStream& TextStream::operator<<(unsigned i) in operator <<() 57 TextStream& TextStream::operator<<(long i) in operator <<() 64 TextStream& TextStream::operator<<(unsigned long i) in operator <<() 71 TextStream& TextStream::operator<<(float f) in operator <<() 78 TextStream& TextStream::operator<<(double d) in operator <<() 85 TextStream& TextStream::operator<<(const char* string) in operator <<() 97 TextStream& TextStream::operator<<(const void* p) in operator <<() 104 TextStream& TextStream::operator<<(const String& string) in operator <<() [all …]
|
D | TextStream.h | 35 class TextStream { 37 TextStream& operator<<(bool); 38 TextStream& operator<<(int); 39 TextStream& operator<<(unsigned); 40 TextStream& operator<<(long); 41 TextStream& operator<<(unsigned long); 42 TextStream& operator<<(float); 43 TextStream& operator<<(double); 44 TextStream& operator<<(const char*); 45 TextStream& operator<<(const void*); [all …]
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGRenderTreeAsText.h | 51 void write(TextStream&, const RenderSVGPath&, int indent); 52 void write(TextStream&, const RenderSVGRoot&, int indent); 53 void writeSVGGradientStop(TextStream&, const RenderSVGGradientStop&, int indent); 54 void writeSVGResourceContainer(TextStream&, const RenderObject&, int indent); 55 void writeSVGContainer(TextStream&, const RenderObject&, int indent); 56 void writeSVGImage(TextStream&, const RenderSVGImage&, int indent); 57 void writeSVGInlineText(TextStream&, const RenderText&, int indent); 58 void writeSVGText(TextStream&, const RenderBlock&, int indent); 59 void writeResources(TextStream&, const RenderObject&, int indent); 62 TextStream& operator<<(TextStream&, const AffineTransform&); [all …]
|
D | SVGRenderTreeAsText.cpp | 94 friend TextStream& operator<<(TextStream&, TextStreamSeparator&); 100 TextStream& operator<<(TextStream& ts, TextStreamSeparator& sep) in operator <<() 110 static void writeNameValuePair(TextStream& ts, const char* name, ValueType value) in writeNameValuePair() 116 static void writeNameAndQuotedValue(TextStream& ts, const char* name, ValueType value) in writeNameAndQuotedValue() 121 static void writeIfNotEmpty(TextStream& ts, const char* name, const String& value) in writeIfNotEmpty() 128 static void writeIfNotDefault(TextStream& ts, const char* name, ValueType value, ValueType defaultV… in writeIfNotDefault() 134 TextStream& operator<<(TextStream& ts, const FloatRect &r) in operator <<() 159 TextStream& operator<<(TextStream& ts, const AffineTransform& transform) in operator <<() 175 static TextStream& operator<<(TextStream& ts, const WindRule rule) in operator <<() 189 static TextStream& operator<<(TextStream& ts, const SVGUnitTypes::SVGUnitType& unitType) in operator <<() [all …]
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTreeAsText.h | 42 class TextStream; variable 59 void write(TextStream&, const RenderObject&, int indent = 0, RenderAsTextBehavior = RenderAsTextBeh… 60 void writeIndent(TextStream&, int indent); 67 static void writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior); 70 TextStream& operator<<(TextStream&, const IntPoint&); 71 TextStream& operator<<(TextStream&, const IntRect&); 72 TextStream& operator<<(TextStream&, const FloatPoint&); 73 TextStream& operator<<(TextStream&, const FloatSize&); 76 TextStream& operator<<(TextStream& ts, const Vector<Item>& vector)
|
D | RenderTreeAsText.cpp | 77 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const IntRect& pai… 87 TextStream& operator<<(TextStream& ts, const IntRect& r) in operator <<() 92 TextStream& operator<<(TextStream& ts, const IntPoint& p) in operator <<() 97 TextStream& operator<<(TextStream& ts, const FloatPoint& p) in operator <<() 112 TextStream& operator<<(TextStream& ts, const FloatSize& s) in operator <<() 127 void writeIndent(TextStream& ts, int indent) in writeIndent() 133 static void printBorderStyle(TextStream& ts, const EBorderStyle borderStyle) in printBorderStyle() 226 void RenderTreeAsText::writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavio… in writeRenderObject() 491 static void writeTextRun(TextStream& ts, const RenderText& o, const InlineTextBox& run) in writeTextRun() 516 void write(TextStream& ts, const RenderObject& o, int indent, RenderAsTextBehavior behavior) in write() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | PointLightSource.cpp | 76 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<() 82 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
|
D | LightSource.h | 40 class TextStream; variable 70 virtual TextStream& externalRepresentation(TextStream&) const = 0;
|
D | FEComponentTransfer.cpp | 191 static TextStream& operator<<(TextStream& ts, const ComponentTransferType& type) in operator <<() 216 static TextStream& operator<<(TextStream& ts, const ComponentTransferFunction& function) in operator <<() 227 TextStream& FEComponentTransfer::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
|
D | FEBlend.cpp | 142 static TextStream& operator<<(TextStream& ts, const BlendModeType& type) in operator <<() 167 TextStream& FEBlend::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
|
D | FEDisplacementMap.cpp | 146 static TextStream& operator<<(TextStream& ts, const ChannelSelectorType& type) in operator <<() 168 TextStream& FEDisplacementMap::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
|
D | SpotLightSource.cpp | 180 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) in operator <<() 186 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const in externalRepresentation()
|
D | FEMerge.h | 39 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | FEGaussianBlur.h | 48 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | FETile.h | 42 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | SourceGraphic.h | 45 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | SourceAlpha.h | 44 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | FEOffset.h | 46 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | FEBlend.h | 51 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | FEFlood.h | 47 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | FEMorphology.cpp | 181 static TextStream& operator<<(TextStream& ts, const MorphologyOperatorType& type) in operator <<() 197 TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) const in externalRepresentation()
|
D | FEColorMatrix.h | 54 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
D | PointLightSource.h | 46 virtual TextStream& externalRepresentation(TextStream&) const;
|
D | FilterEffect.h | 42 class TextStream; variable 89 virtual TextStream& externalRepresentation(TextStream&, int indention = 0) const;
|
D | FEMorphology.h | 54 virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|