Searched refs:parseAttribute (Results 1 - 25 of 218) sorted by relevance

123456789

/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGViewElement.cpp71 void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGViewElement
74 SVGElement::parseAttribute(name, value);
83 if (SVGExternalResourcesRequired::parseAttribute(name, value))
85 if (SVGFitToViewBox::parseAttribute(this, name, value))
87 if (SVGZoomAndPan::parseAttribute(this, name, value))
H A DSVGSymbolElement.cpp67 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGSymbolElement
70 SVGElement::parseAttribute(name, value);
74 if (SVGLangSpace::parseAttribute(name, value))
76 if (SVGExternalResourcesRequired::parseAttribute(name, value))
78 if (SVGFitToViewBox::parseAttribute(this, name, value))
H A DSVGAnimateTransformElement.h45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DSVGClipPathElement.cpp70 void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGClipPathElement
73 SVGGraphicsElement::parseAttribute(name, value);
84 if (SVGLangSpace::parseAttribute(name, value))
86 if (SVGExternalResourcesRequired::parseAttribute(name, value))
H A DSVGFEComponentTransferElement.h39 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DSVGGElement.cpp63 void SVGGElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGGElement
66 SVGGraphicsElement::parseAttribute(name, value);
70 if (SVGLangSpace::parseAttribute(name, value))
72 if (SVGExternalResourcesRequired::parseAttribute(name, value))
H A DSVGLangSpace.h39 bool parseAttribute(const QualifiedName&, const AtomicString&);
H A DSVGGlyphRefElement.cpp68 void SVGGlyphRefElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGGlyphRefElement
84 if (SVGURIReference::parseAttribute(name, value))
86 SVGElement::parseAttribute(name, value);
H A DSVGExternalResourcesRequired.h41 bool parseAttribute(const QualifiedName&, const AtomicString&);
H A DSVGFEMergeNodeElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DSVGFEOffsetElement.h39 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DSVGFETileElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DSVGFontFaceUriElement.h43 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DSVGGElement.h43 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DSVGGlyphElement.h50 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DSVGMPathElement.cpp121 void SVGMPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGMPathElement
124 SVGElement::parseAttribute(name, value);
128 if (SVGURIReference::parseAttribute(name, value))
130 if (SVGExternalResourcesRequired::parseAttribute(name, value))
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMetaElement.h41 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DHTMLMapElement.cpp86 void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::HTMLMapElement
94 HTMLElement::parseAttribute(name, value);
110 HTMLElement::parseAttribute(name, value);
H A DHTMLAppletElement.h37 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DHTMLBaseElement.h42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DHTMLDetailsElement.h40 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DHTMLFrameElement.h47 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DHTMLIFrameElement.h42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DHTMLLIElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
H A DHTMLTableColElement.h45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;

Completed in 100 milliseconds

123456789