Searched refs:isSVGRoot (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.h53 virtual bool isSVGRoot() const { return true; } function in class:WebCore::RenderSVGRoot
105 ASSERT(!object || object->isSVGRoot());
111 ASSERT(!object || object->isSVGRoot());
H A DSVGImageBufferTools.cpp47 if (current->isSVGRoot())
H A DSVGRenderSupport.cpp192 while (start && !start->isSVGRoot())
196 ASSERT(start->isSVGRoot());
/external/webkit/Source/WebCore/inspector/
H A DDOMNodeHighlighter.cpp238 bool isSVGRenderer = renderer->node() && renderer->node()->isSVGElement() && !renderer->isSVGRoot();
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.h334 virtual bool isSVGRoot() const { return false; } function in class:WebCore::RenderObject
997 || obj->isSVGRoot()
H A DRenderTreeAsText.cpp535 if (o.isSVGRoot()) {
H A DRenderObject.cpp648 || o->isSVGContainer() || o->isSVGRoot()
H A DRenderLayer.cpp294 disableOffsetCache = disableOffsetCache || renderer()->isSVGRoot();

Completed in 1130 milliseconds