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

  /external/webkit/WebCore/rendering/
RenderSVGRoot.h 47 virtual bool isSVGRoot() const { return true; }
91 ASSERT(!object || object->isSVGRoot());
97 ASSERT(!object || object->isSVGRoot());
RenderObject.h 329 virtual bool isSVGRoot() const { return false; }
    [all...]
RenderTreeAsText.cpp 402 if (o.isSVGRoot()) {
SVGRootInlineBox.cpp 289 while (start && !start->isSVGRoot())
    [all...]
RenderObject.cpp 654 || o->isSVGContainer() || o->isSVGRoot()
    [all...]

Completed in 67 milliseconds