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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextRunRenderingContext.h 43 void setActivePaintingResource(RenderSVGResource* object) { m_activePaintingResource = object; }
SVGInlineTextBox.cpp 422 static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(m_paintingResource);
435 static_cast<SVGTextRunRenderingContext*>(renderingContext)->setActivePaintingResource(0);

Completed in 457 milliseconds