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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.h 79 virtual bool isTextContent() const OVERRIDE FINAL { return true; }
88 return element.isTextContent();
SVGAElement.cpp 104 if (parentNode() && parentNode()->isSVGElement() && toSVGElement(parentNode())->isTextContent())
SVGElement.h 88 virtual bool isTextContent() const { return false; }

Completed in 79 milliseconds