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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 483 RenderObject* svgRoot = resource->parent();
484 while (svgRoot && !svgRoot->isSVGRoot())
485 svgRoot = svgRoot->parent();
486 if (!svgRoot)
488 toRenderSVGRoot(svgRoot)->m_resourcesNeedingToInvalidateClients.add(resource);
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 822 RenderSVGRoot* svgRoot = toRenderSVGRoot(contentBox);
823 if (svgRoot->everHadLayout() && !svgRoot->needsLayout())
    [all...]

Completed in 54 milliseconds