Home
last modified time | relevance | path

Searched refs:parseAttribute (Results 1 – 25 of 214) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGViewElement.cpp48 void SVGViewElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGViewElement
51 SVGElement::parseAttribute(name, value); in parseAttribute()
57 if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { in parseAttribute()
58 } else if (SVGZoomAndPan::parseAttribute(name, value)) { in parseAttribute()
DSVGSymbolElement.cpp47 void SVGSymbolElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGSymbolElement
50 SVGElement::parseAttribute(name, value); in parseAttribute()
55 if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { in parseAttribute()
DSVGCursorElement.cpp65 void SVGCursorElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGCursorElement
70 SVGElement::parseAttribute(name, value); in parseAttribute()
75 } else if (SVGURIReference::parseAttribute(name, value, parseError)) { in parseAttribute()
76 } else if (SVGTests::parseAttribute(name, value)) { in parseAttribute()
DSVGGlyphRefElement.cpp67 } else if (SVGURIReference::parseAttribute(name, value, parseError)) { in parseAttributeInternal()
69 SVGElement::parseAttribute(name, value); in parseAttributeInternal()
74 void SVGGlyphRefElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGGlyphRefElement
DSVGMPathElement.cpp103 void SVGMPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGMPathElement
108 SVGElement::parseAttribute(name, value); in parseAttribute()
109 } else if (SVGURIReference::parseAttribute(name, value, parseError)) { in parseAttribute()
DSVGAnimateTransformElement.cpp52 void SVGAnimateTransformElement::parseAttribute(const QualifiedName& name, const AtomicString& valu… in parseAttribute() function in blink::SVGAnimateTransformElement
61 SVGAnimateElement::parseAttribute(name, value); in parseAttribute()
DSVGPatternElement.cpp76 void SVGPatternElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGPatternElement
81 SVGElement::parseAttribute(name, value); in parseAttribute()
96 } else if (SVGURIReference::parseAttribute(name, value, parseError)) { in parseAttribute()
97 } else if (SVGTests::parseAttribute(name, value)) { in parseAttribute()
98 } else if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { in parseAttribute()
DSVGScriptElement.cpp63 void SVGScriptElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGScriptElement
66 SVGElement::parseAttribute(name, value); in parseAttribute()
76 } else if (SVGURIReference::parseAttribute(name, value, parseError)) { in parseAttribute()
DSVGMaskElement.cpp75 void SVGMaskElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGMaskElement
80 SVGElement::parseAttribute(name, value); in parseAttribute()
93 else if (SVGTests::parseAttribute(name, value)) { in parseAttribute()
DSVGTextPathElement.cpp89 void SVGTextPathElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGTextPathElement
94 SVGTextContentElement::parseAttribute(name, value); in parseAttribute()
101 else if (SVGURIReference::parseAttribute(name, value, parseError)) { in parseAttribute()
DSVGStopElement.cpp47 void SVGStopElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGStopElement
50 SVGElement::parseAttribute(name, value); in parseAttribute()
DSVGFETileElement.cpp48 void SVGFETileElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGFETileElement
51 SVGFilterPrimitiveStandardAttributes::parseAttribute(name, value); in parseAttribute()
DSVGFontFaceUriElement.cpp58 void SVGFontFaceUriElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGFontFaceUriElement
63 SVGElement::parseAttribute(name, value); in parseAttribute()
DSVGFEComponentTransferElement.cpp53 void SVGFEComponentTransferElement::parseAttribute(const QualifiedName& name, const AtomicString& v… in parseAttribute() function in blink::SVGFEComponentTransferElement
56 SVGFilterPrimitiveStandardAttributes::parseAttribute(name, value); in parseAttribute()
DSVGMarkerElement.cpp87 void SVGMarkerElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGMarkerElement
92 SVGElement::parseAttribute(name, value); in parseAttribute()
105 else if (SVGFitToViewBox::parseAttribute(name, value, document(), parseError)) { in parseAttribute()
DSVGFEOffsetElement.cpp55 void SVGFEOffsetElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::SVGFEOffsetElement
58 SVGFilterPrimitiveStandardAttributes::parseAttribute(name, value); in parseAttribute()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMapElement.cpp87 void HTMLMapElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::HTMLMapElement
95 HTMLElement::parseAttribute(name, value); in parseAttribute()
111 HTMLElement::parseAttribute(name, value); in parseAttribute()
DHTMLFrameElement.cpp71 void HTMLFrameElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::HTMLFrameElement
81 HTMLFrameElementBase::parseAttribute(name, value); in parseAttribute()
DHTMLBaseElement.cpp43 void HTMLBaseElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in DEFINE_NODE_FACTORY()
48 HTMLElement::parseAttribute(name, value); in DEFINE_NODE_FACTORY()
DHTMLTableColElement.cpp60 void HTMLTableColElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::HTMLTableColElement
79 HTMLTablePartElement::parseAttribute(name, value); in parseAttribute()
DHTMLFrameElementBase.cpp100 void HTMLFrameElementBase::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::HTMLFrameElementBase
108 HTMLFrameOwnerElement::parseAttribute(name, value); in parseAttribute()
132 HTMLFrameOwnerElement::parseAttribute(name, value); in parseAttribute()
DHTMLOListElement.cpp71 void HTMLOListElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::HTMLOListElement
89 HTMLElement::parseAttribute(name, value); in parseAttribute()
DHTMLOutputElement.cpp63 void HTMLOutputElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::HTMLOutputElement
68 HTMLFormControlElement::parseAttribute(name, value); in parseAttribute()
DHTMLLIElement.cpp69 void HTMLLIElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::HTMLLIElement
75 HTMLElement::parseAttribute(name, value); in parseAttribute()
DHTMLKeygenElement.cpp80 void HTMLKeygenElement::parseAttribute(const QualifiedName& name, const AtomicString& value) in parseAttribute() function in blink::HTMLKeygenElement
86 HTMLFormControlElement::parseAttribute(name, value); in parseAttribute()

123456789