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

  /external/webkit/Source/WebCore/svg/
SVGTextContentElement.h 76 virtual bool isTextContent() const { return true; }
SVGElement.h 82 virtual bool isTextContent() const { return false; }
SVGAElement.cpp 147 if (static_cast<SVGElement*>(parentNode())->isTextContent())

Completed in 19 milliseconds