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

123456789

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSymbolElement.cpp48 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGSymbolElement
51 SVGElement::parseAttribute(name, value);
56 if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) {
H A DSVGAnimateTransformElement.h43 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGViewElement.cpp50 void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGViewElement
53 SVGElement::parseAttribute(name, value);
59 if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) {
60 } else if (SVGZoomAndPan::parseAttribute(name, value)) {
H A DSVGAnimateTransformElement.cpp61 void SVGAnimateTransformElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGAnimateTransformElement
64 SVGAnimateElement::parseAttribute(name, value);
H A DSVGGElement.cpp46 void SVGGElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGGElement
49 SVGGraphicsElement::parseAttribute(name, value);
H A DSVGFEComponentTransferElement.h39 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFEMergeNodeElement.h39 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFETileElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGGElement.h40 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGSymbolElement.h39 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGGlyphRefElement.cpp68 } else if (SVGURIReference::parseAttribute(name, value, parseError)) {
70 SVGElement::parseAttribute(name, value);
75 void SVGGlyphRefElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGGlyphRefElement
H A DSVGMPathElement.cpp104 void SVGMPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGMPathElement
109 SVGElement::parseAttribute(name, value);
110 } else if (SVGURIReference::parseAttribute(name, value, parseError)) {
H A DSVGCircleElement.h43 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGCursorElement.cpp68 void SVGCursorElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGCursorElement
73 SVGElement::parseAttribute(name, value);
78 } else if (SVGURIReference::parseAttribute(name, value, parseError)) {
79 } else if (SVGTests::parseAttribute(name, value)) {
H A DSVGFEGaussianBlurElement.h44 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFEOffsetElement.h41 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameElement.cpp71 void HTMLFrameElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::HTMLFrameElement
81 HTMLFrameElementBase::parseAttribute(name, value);
H A DHTMLBaseElement.h41 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLFrameElement.h47 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLLIElement.h37 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLMapElement.cpp85 void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::HTMLMapElement
93 HTMLElement::parseAttribute(name, value);
109 HTMLElement::parseAttribute(name, value);
H A DHTMLDetailsElement.h45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLMapElement.h48 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLOListElement.h55 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLSourceElement.h57 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;

Completed in 205 milliseconds

123456789