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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DDistantLightSource.cpp68 TextStream& DistantLightSource::externalRepresentation(TextStream& ts) const function in class:blink::DistantLightSource
H A DFEMerge.cpp74 TextStream& FEMerge::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEMerge
78 FilterEffect::externalRepresentation(ts);
83 inputEffect(i)->externalRepresentation(ts, indent + 1);
H A DPointLightSource.cpp64 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const function in class:blink::PointLightSource
H A DSourceAlpha.cpp90 TextStream& SourceAlpha::externalRepresentation(TextStream& ts, int indent) const function in class:blink::SourceAlpha
H A DSourceGraphic.cpp79 TextStream& SourceGraphic::externalRepresentation(TextStream& ts, int indent) const function in class:blink::SourceGraphic
H A DFEFlood.cpp95 TextStream& FEFlood::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEFlood
99 FilterEffect::externalRepresentation(ts);
H A DFEBlend.cpp142 TextStream& FEBlend::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEBlend
146 FilterEffect::externalRepresentation(ts);
148 inputEffect(0)->externalRepresentation(ts, indent + 1);
149 inputEffect(1)->externalRepresentation(ts, indent + 1);
H A DFEDiffuseLighting.cpp124 TextStream& FEDiffuseLighting::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEDiffuseLighting
128 FilterEffect::externalRepresentation(ts);
132 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFEMorphology.cpp155 TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEMorphology
159 FilterEffect::externalRepresentation(ts);
162 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFEOffset.cpp102 TextStream& FEOffset::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEOffset
106 FilterEffect::externalRepresentation(ts);
108 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFESpecularLighting.cpp140 TextStream& FESpecularLighting::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FESpecularLighting
144 FilterEffect::externalRepresentation(ts);
148 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DSpotLightSource.cpp139 TextStream& SpotLightSource::externalRepresentation(TextStream& ts) const function in class:blink::SpotLightSource
H A DFEColorMatrix.cpp219 TextStream& FEColorMatrix::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEColorMatrix
223 FilterEffect::externalRepresentation(ts);
238 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFEDropShadow.cpp118 TextStream& FEDropShadow::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEDropShadow
122 FilterEffect::externalRepresentation(ts);
124 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFETile.cpp119 TextStream& FETile::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FETile
123 FilterEffect::externalRepresentation(ts);
125 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFEComponentTransfer.cpp266 TextStream& FEComponentTransfer::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEComponentTransfer
270 FilterEffect::externalRepresentation(ts);
280 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFEComposite.cpp429 TextStream& FEComposite::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEComposite
433 FilterEffect::externalRepresentation(ts);
438 inputEffect(0)->externalRepresentation(ts, indent + 1);
439 inputEffect(1)->externalRepresentation(ts, indent + 1);
H A DFEDisplacementMap.cpp213 TextStream& FEDisplacementMap::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEDisplacementMap
217 FilterEffect::externalRepresentation(ts);
221 inputEffect(0)->externalRepresentation(ts, indent + 1);
222 inputEffect(1)->externalRepresentation(ts, indent + 1);
H A DFEGaussianBlur.cpp176 TextStream& FEGaussianBlur::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEGaussianBlur
180 FilterEffect::externalRepresentation(ts);
182 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFETurbulence.cpp447 TextStream& FETurbulence::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FETurbulence
451 FilterEffect::externalRepresentation(ts);
H A DFEConvolveMatrix.cpp556 TextStream& FEConvolveMatrix::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEConvolveMatrix
560 FilterEffect::externalRepresentation(ts);
569 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFilterEffect.cpp486 TextStream& FilterEffect::externalRepresentation(TextStream& ts, int) const function in class:FilterEffect
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFEImage.cpp176 TextStream& FEImage::externalRepresentation(TextStream& ts, int indent) const function in class:blink::FEImage
185 FilterEffect::externalRepresentation(ts);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp699 static String externalRepresentation(RenderBox* renderer, RenderAsTextBehavior behavior) function in namespace:blink
711 String externalRepresentation(LocalFrame* frame, RenderAsTextBehavior behavior) function in namespace:blink
724 return externalRepresentation(toRenderBox(renderer), behavior);
727 String externalRepresentation(Element* element, RenderAsTextBehavior behavior) function in namespace:blink
738 return externalRepresentation(toRenderBox(renderer), behavior | RenderAsTextShowAllLayers);

Completed in 1226 milliseconds