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

123456789

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGViewElement.cpp48 void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:blink::SVGViewElement
51 SVGElement::parseAttribute(name, value);
57 if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) {
58 } else if (SVGZoomAndPan::parseAttribute(name, value)) {
H A DSVGSymbolElement.cpp47 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:blink::SVGSymbolElement
50 SVGElement::parseAttribute(name, value);
55 if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) {
H A DSVGAnimateTransformElement.cpp52 void SVGAnimateTransformElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:blink::SVGAnimateTransformElement
61 SVGAnimateElement::parseAttribute(name, value);
H A DSVGAnimateTransformElement.h43 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFEComponentTransferElement.h40 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFEMergeNodeElement.h39 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGSymbolElement.h40 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGGlyphRefElement.cpp67 } else if (SVGURIReference::parseAttribute(name, value, parseError)) {
69 SVGElement::parseAttribute(name, value);
74 void SVGGlyphRefElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:blink::SVGGlyphRefElement
H A DSVGMPathElement.cpp103 void SVGMPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:blink::SVGMPathElement
108 SVGElement::parseAttribute(name, value);
109 } else if (SVGURIReference::parseAttribute(name, value, parseError)) {
H A DSVGClipPathElement.h47 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGCursorElement.cpp65 void SVGCursorElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:blink::SVGCursorElement
70 SVGElement::parseAttribute(name, value);
75 } else if (SVGURIReference::parseAttribute(name, value, parseError)) {
76 } else if (SVGTests::parseAttribute(name, value)) {
H A DSVGFEGaussianBlurElement.h45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFEMergeNodeElement.cpp38 void SVGFEMergeNodeElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:blink::SVGFEMergeNodeElement
H A DSVGFEOffsetElement.h42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFETileElement.h39 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFontFaceUriElement.h45 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:blink::HTMLFrameElement
81 HTMLFrameElementBase::parseAttribute(name, value);
H A DHTMLBaseElement.h42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLFrameElement.h48 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLLIElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLMapElement.cpp87 void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:blink::HTMLMapElement
95 HTMLElement::parseAttribute(name, value);
111 HTMLElement::parseAttribute(name, value);
H A DHTMLDetailsElement.h46 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLMapElement.h49 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLOListElement.h56 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLTableColElement.h46 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;

Completed in 3949 milliseconds

123456789