HomeSort by relevance Sort by last modified time
    Searched defs:isSVGRoot (Results 1 - 2 of 2) 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...]

Completed in 13 milliseconds