HomeSort by relevance Sort by last modified time
    Searched defs:isSupportedAttribute (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewElement.cpp 59 bool SVGViewElement::isSupportedAttribute(const QualifiedName& attrName)
73 if (!isSupportedAttribute(name)) {
SVGAnimateTransformElement.cpp 54 bool SVGAnimateTransformElement::isSupportedAttribute(const QualifiedName& attrName)
64 if (!isSupportedAttribute(name)) {
SVGFEMergeNodeElement.cpp 51 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName)
61 if (!isSupportedAttribute(name)) {
76 if (!isSupportedAttribute(attrName)) {
SVGClipPathElement.cpp 56 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName)
68 if (!isSupportedAttribute(name)) {
88 if (!isSupportedAttribute(attrName)) {
SVGComponentTransferFunctionElement.cpp 63 bool SVGComponentTransferFunctionElement::isSupportedAttribute(const QualifiedName& attrName)
80 if (!isSupportedAttribute(name)) {
130 if (!isSupportedAttribute(attrName)) {
SVGFEOffsetElement.cpp 57 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
70 if (!isSupportedAttribute(name)) {
95 if (!isSupportedAttribute(attrName)) {
SVGFETileElement.cpp 53 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName)
63 if (!isSupportedAttribute(name)) {
78 if (!isSupportedAttribute(attrName)) {
SVGGElement.cpp 54 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName)
64 if (!isSupportedAttribute(name)) {
77 if (!isSupportedAttribute(attrName)) {
SVGLineElement.cpp 65 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName)
83 if (!isSupportedAttribute(name))
103 if (!isSupportedAttribute(attrName)) {
SVGSymbolElement.cpp 57 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
69 if (!isSupportedAttribute(name)) {
84 if (!isSupportedAttribute(attrName)) {
SVGTextPositioningElement.cpp 57 bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrName)
72 if (!isSupportedAttribute(name)) {
122 if (!isSupportedAttribute(attrName)) {
SVGCircleElement.cpp 63 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName)
80 if (!isSupportedAttribute(name))
98 if (!isSupportedAttribute(attrName)) {
SVGCursorElement.cpp 68 bool SVGCursorElement::isSupportedAttribute(const QualifiedName& attrName)
85 if (!isSupportedAttribute(name))
122 if (!isSupportedAttribute(attrName)) {
SVGEllipseElement.cpp 66 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName)
84 if (!isSupportedAttribute(name))
104 if (!isSupportedAttribute(attrName)) {
SVGFEBlendElement.cpp 58 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName)
71 if (!isSupportedAttribute(name)) {
108 if (!isSupportedAttribute(attrName)) {
SVGFEColorMatrixElement.cpp 58 bool SVGFEColorMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
71 if (!isSupportedAttribute(name)) {
113 if (!isSupportedAttribute(attrName)) {
SVGFEComponentTransferElement.cpp 56 bool SVGFEComponentTransferElement::isSupportedAttribute(const QualifiedName& attrName)
66 if (!isSupportedAttribute(name)) {
SVGFECompositeElement.cpp 66 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName)
83 if (!isSupportedAttribute(name)) {
149 if (!isSupportedAttribute(attrName)) {
SVGFEDisplacementMapElement.cpp 62 bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attrName)
77 if (!isSupportedAttribute(name)) {
130 if (!isSupportedAttribute(attrName)) {
SVGFEGaussianBlurElement.cpp 77 bool SVGFEGaussianBlurElement::isSupportedAttribute(const QualifiedName& attrName)
89 if (!isSupportedAttribute(name)) {
113 if (!isSupportedAttribute(attrName)) {
SVGFELightElement.cpp 87 bool SVGFELightElement::isSupportedAttribute(const QualifiedName& attrName)
107 if (!isSupportedAttribute(name)) {
167 if (!isSupportedAttribute(attrName)) {
SVGFETurbulenceElement.cpp 77 bool SVGFETurbulenceElement::isSupportedAttribute(const QualifiedName& attrName)
92 if (!isSupportedAttribute(name)) {
156 if (!isSupportedAttribute(attrName)) {
SVGFilterPrimitiveStandardAttributes.cpp 62 bool SVGFilterPrimitiveStandardAttributes::isSupportedAttribute(const QualifiedName& attrName)
79 if (!isSupportedAttribute(name))
106 if (!isSupportedAttribute(attrName)) {
SVGForeignObjectElement.cpp 70 bool SVGForeignObjectElement::isSupportedAttribute(const QualifiedName& attrName)
87 if (!isSupportedAttribute(name))
106 if (!isSupportedAttribute(attrName)) {
SVGLinearGradientElement.cpp 69 bool SVGLinearGradientElement::isSupportedAttribute(const QualifiedName& attrName)
85 if (!isSupportedAttribute(name))
103 if (!isSupportedAttribute(attrName)) {

Completed in 1781 milliseconds

1 2 3