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

123456789

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGViewElement.cpp66 void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGViewElement
69 SVGElement::parseAttribute(name, value);
78 if (SVGExternalResourcesRequired::parseAttribute(name, value))
80 if (SVGFitToViewBox::parseAttribute(this, name, value))
82 if (SVGZoomAndPan::parseAttribute(this, name, value))
H A DSVGSymbolElement.cpp65 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGSymbolElement
68 SVGElement::parseAttribute(name, value);
72 if (SVGExternalResourcesRequired::parseAttribute(name, value))
74 if (SVGFitToViewBox::parseAttribute(this, name, value))
H A DSVGAnimateTransformElement.cpp64 void SVGAnimateTransformElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGAnimateTransformElement
67 SVGAnimateElement::parseAttribute(name, value);
H A DSVGAnimateTransformElement.h45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGExternalResourcesRequired.h41 bool parseAttribute(const QualifiedName&, const AtomicString&);
H A DSVGFEComponentTransferElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFETileElement.h37 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGCursorElement.cpp80 void SVGCursorElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGCursorElement
85 SVGElement::parseAttribute(name, value);
90 else if (SVGTests::parseAttribute(name, value)
91 || SVGExternalResourcesRequired::parseAttribute(name, value)
92 || SVGURIReference::parseAttribute(name, value)) {
H A DSVGClipPathElement.cpp64 void SVGClipPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGClipPathElement
67 SVGGraphicsElement::parseAttribute(name, value);
78 if (SVGExternalResourcesRequired::parseAttribute(name, value))
H A DSVGGlyphRefElement.cpp81 if (SVGURIReference::parseAttribute(name, value))
83 SVGElement::parseAttribute(name, value);
87 void SVGGlyphRefElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGGlyphRefElement
H A DSVGFEGaussianBlurElement.h40 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFEMergeNodeElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGFEOffsetElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGGElement.h45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGGlyphElement.h51 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGMPathElement.cpp115 void SVGMPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::SVGMPathElement
118 SVGElement::parseAttribute(name, value);
122 if (SVGURIReference::parseAttribute(name, value))
124 if (SVGExternalResourcesRequired::parseAttribute(name, value))
H A DSVGSymbolElement.h45 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGTextPositioningElement.h38 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DSVGURIReference.h35 bool parseAttribute(const QualifiedName&, const AtomicString&);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLIElement.h37 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLMapElement.cpp94 void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::HTMLMapElement
102 HTMLElement::parseAttribute(name, value);
118 HTMLElement::parseAttribute(name, value);
H A DHTMLBaseElement.h42 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLFrameElement.h47 virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE;
H A DHTMLBaseElement.cpp47 void HTMLBaseElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::HTMLBaseElement
52 HTMLElement::parseAttribute(name, value);
H A DHTMLFrameElement.cpp83 void HTMLFrameElement::parseAttribute(const QualifiedName& name, const AtomicString& value) function in class:WebCore::HTMLFrameElement
93 HTMLFrameElementBase::parseAttribute(name, value);

Completed in 183 milliseconds

123456789