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

  /external/webkit/WebCore/loader/
CachedFont.h 71 void setSVGFont(bool isSVG) { m_isSVGFont = isSVG; }
  /external/webkit/WebCore/svg/
SVGElement.h 57 virtual bool isSVG() const { return false; }
SVGSVGElement.h 51 virtual bool isSVG() const { return true; }
SVGLength.cpp 291 } else if (viewportElement && viewportElement->isSVG()) {

Completed in 81 milliseconds