HomeSort by relevance Sort by last modified time
    Searched defs:applyResource (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceMarker.h 56 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short) { return false; }
RenderSVGResourceSolidColor.cpp 43 bool RenderSVGResourceSolidColor::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGResourceGradient.cpp 53 bool RenderSVGResourceGradient::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGResourceMasker.cpp 58 bool RenderSVGResourceMasker::applyResource(RenderObject* object, RenderStyle*,
RenderSVGResourcePattern.cpp 134 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
RenderSVGResourceClipper.cpp 67 bool RenderSVGResourceClipper::applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short)
RenderSVGResourceFilter.cpp 146 bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)

Completed in 54 milliseconds