SVGFontFaceFormatElement   32 Source/core/svg/SVGFontFaceFormatElement.cpp inline SVGFontFaceFormatElement::SVGFontFaceFormatElement(Document& document)
SVGFontFaceFormatElement   38 Source/core/svg/SVGFontFaceFormatElement.cpp PassRefPtr<SVGFontFaceFormatElement> SVGFontFaceFormatElement::create(Document& document)
SVGFontFaceFormatElement   40 Source/core/svg/SVGFontFaceFormatElement.cpp     return adoptRef(new SVGFontFaceFormatElement(document));
SVGFontFaceFormatElement   43 Source/core/svg/SVGFontFaceFormatElement.cpp void SVGFontFaceFormatElement::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta)
SVGFontFaceFormatElement   28 Source/core/svg/SVGFontFaceFormatElement.h class SVGFontFaceFormatElement FINAL : public SVGElement {
SVGFontFaceFormatElement   30 Source/core/svg/SVGFontFaceFormatElement.h     static PassRefPtr<SVGFontFaceFormatElement> create(Document&);
SVGFontFaceFormatElement   33 Source/core/svg/SVGFontFaceFormatElement.h     explicit SVGFontFaceFormatElement(Document&);