OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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