HomeSort by relevance Sort by last modified time
    Searched refs:fallbackResource (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp 223 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
224 fallbackResource->setColor(fallbackColor.color());
225 if (fallbackResource->applyResource(this, style, context, ApplyToFillMode))
226 fallbackResource->postApplyResource(this, context, ApplyToFillMode, 0, this);
238 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
239 fallbackResource->setColor(fallbackColor.color());
240 if (fallbackResource->applyResource(this, style, context, ApplyToStrokeMode))
241 fallbackResource->postApplyResource(this, context, ApplyToStrokeMode, 0, this);
SVGInlineTextBox.cpp 373 RenderSVGResourceSolidColor* fallbackResource = RenderSVGResource::sharedSolidPaintingResource();
374 fallbackResource->setColor(fallbackColor.color());
376 m_paintingResource = fallbackResource;

Completed in 87 milliseconds