Searched refs:isSupportedAttribute (Results 1 - 25 of 106) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGGElement.cpp40 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGGElement
48 if (!isSupportedAttribute(name)) {
58 if (!isSupportedAttribute(attrName)) {
H A DSVGSymbolElement.cpp39 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGSymbolElement
50 if (!isSupportedAttribute(name)) {
66 if (!isSupportedAttribute(attrName)) {
H A DSVGAnimateTransformElement.h42 bool isSupportedAttribute(const QualifiedName&);
H A DSVGAnimateTransformElement.cpp53 bool SVGAnimateTransformElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGAnimateTransformElement
63 if (!isSupportedAttribute(name)) {
H A DSVGFEComponentTransferElement.h38 bool isSupportedAttribute(const QualifiedName&);
H A DSVGFEMergeNodeElement.h38 bool isSupportedAttribute(const QualifiedName&);
H A DSVGFETileElement.h37 bool isSupportedAttribute(const QualifiedName&);
H A DSVGGElement.h39 bool isSupportedAttribute(const QualifiedName&);
H A DSVGSymbolElement.h38 bool isSupportedAttribute(const QualifiedName&);
H A DSVGClipPathElement.cpp40 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGClipPathElement
51 if (!isSupportedAttribute(name)) {
68 if (!isSupportedAttribute(attrName)) {
H A DSVGFEMergeNodeElement.cpp39 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGFEMergeNodeElement
49 if (!isSupportedAttribute(name)) {
66 if (!isSupportedAttribute(attrName)) {
H A DSVGFETileElement.cpp41 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGFETileElement
51 if (!isSupportedAttribute(name)) {
68 if (!isSupportedAttribute(attrName)) {
H A DSVGPolyElement.cpp39 bool SVGPolyElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGPolyElement
50 if (!isSupportedAttribute(name)) {
67 if (!isSupportedAttribute(attrName)) {
H A DSVGStopElement.cpp41 bool SVGStopElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGStopElement
51 if (!isSupportedAttribute(name)) {
68 if (!isSupportedAttribute(attrName)) {
H A DSVGCircleElement.cpp46 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGCircleElement
61 if (!isSupportedAttribute(name))
77 if (!isSupportedAttribute(attrName)) {
H A DSVGFEGaussianBlurElement.cpp52 bool SVGFEGaussianBlurElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGFEGaussianBlurElement
64 if (!isSupportedAttribute(name)) {
83 if (!isSupportedAttribute(attrName)) {
H A DSVGFEOffsetElement.cpp46 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGFEOffsetElement
59 if (!isSupportedAttribute(name)) {
80 if (!isSupportedAttribute(attrName)) {
H A DSVGMPathElement.cpp95 bool SVGMPathElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGMPathElement
108 if (!isSupportedAttribute(name)) {
120 if (!isSupportedAttribute(attrName)) {
H A DSVGCircleElement.h42 bool isSupportedAttribute(const QualifiedName&);
H A DSVGFEGaussianBlurElement.h43 bool isSupportedAttribute(const QualifiedName&);
H A DSVGFEOffsetElement.h40 bool isSupportedAttribute(const QualifiedName&);
H A DSVGMPathElement.h52 bool isSupportedAttribute(const QualifiedName&);
H A DSVGStopElement.h41 bool isSupportedAttribute(const QualifiedName&);
H A DSVGViewElement.h50 bool isSupportedAttribute(const QualifiedName&);
H A DSVGViewElement.cpp39 bool SVGViewElement::isSupportedAttribute(const QualifiedName& attrName) function in class:WebCore::SVGViewElement
52 if (!isSupportedAttribute(name)) {

Completed in 153 milliseconds

12345