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

  /external/webkit/WebCore/rendering/
RenderForeignObject.h 54 virtual bool isSVGForeignObject() const { return true; }
RenderObject.h 335 virtual bool isSVGForeignObject() const { return false; }
    [all...]
RenderObject.cpp 644 if (o->isSVGForeignObject()) //foreignObject is the containing block for contents inside it
    [all...]

Completed in 13 milliseconds