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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.h 59 virtual void postApplyResource(RenderObject*, GraphicsContext*&) { }
RenderSVGResourceGradient.h 52 virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE FINAL;
RenderSVGResourceMasker.h 48 virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE;
RenderSVGResourcePattern.h 55 virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE;
RenderSVGResourceClipper.h 47 virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE;
RenderSVGResourceFilter.h 68 virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE;
RenderSVGShape.cpp 209 fillPaintingResource->postApplyResource(this, context);
214 fallbackResource->postApplyResource(this, context);
226 strokePaintingResource->postApplyResource(this, context);
231 fallbackResource->postApplyResource(this, context);
SVGRenderingContext.cpp 68 m_filter->postApplyResource(m_object, m_paintInfo->context);
80 m_masker->postApplyResource(m_object, m_paintInfo->context);
RenderSVGResourceGradient.cpp 131 void RenderSVGResourceGradient::postApplyResource(RenderObject*, GraphicsContext*& context)
RenderSVGResourceMasker.cpp 79 void RenderSVGResourceMasker::postApplyResource(RenderObject* object, GraphicsContext*& context)
RenderSVGResourcePattern.cpp 174 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context)
RenderSVGResourceClipper.cpp 211 void RenderSVGResourceClipper::postApplyResource(RenderObject*, GraphicsContext*&)
RenderSVGResourceFilter.cpp 235 void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context)
SVGInlineTextBox.cpp 389 m_paintingResource->postApplyResource(&m_renderer, context);

Completed in 213 milliseconds