HomeSort by relevance Sort by last modified time
    Searched refs:isSupportedAttribute (Results 76 - 92 of 92) sorted by null

1 2 34

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGUseElement.h 64 bool isSupportedAttribute(const QualifiedName&);
SVGFECompositeElement.cpp 66 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName)
83 if (!isSupportedAttribute(name)) {
131 if (!isSupportedAttribute(attrName)) {
SVGFEDiffuseLightingElement.cpp 47 bool SVGFEDiffuseLightingElement::isSupportedAttribute(const QualifiedName& attrName)
62 if (!isSupportedAttribute(name) || name == SVGNames::lighting_colorAttr) {
123 if (!isSupportedAttribute(attrName)) {
SVGFELightElement.cpp 75 bool SVGFELightElement::isSupportedAttribute(const QualifiedName& attrName)
95 if (!isSupportedAttribute(name)) {
130 if (!isSupportedAttribute(attrName)) {
SVGFESpecularLightingElement.cpp 50 bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& attrName)
65 if (!isSupportedAttribute(name)) {
130 if (!isSupportedAttribute(attrName)) {
SVGPathElement.cpp 179 bool SVGPathElement::isSupportedAttribute(const QualifiedName& attrName)
191 if (!isSupportedAttribute(name)) {
213 if (!isSupportedAttribute(attrName)) {
SVGPatternElement.cpp 58 bool SVGPatternElement::isSupportedAttribute(const QualifiedName& attrName)
80 if (!isSupportedAttribute(name)) {
108 if (!isSupportedAttribute(attrName)) {
SVGRadialGradientElement.cpp 61 bool SVGRadialGradientElement::isSupportedAttribute(const QualifiedName& attrName)
79 if (!isSupportedAttribute(name))
101 if (!isSupportedAttribute(attrName)) {
SVGFEConvolveMatrixElement.cpp 73 bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
93 if (!isSupportedAttribute(name)) {
155 if (!isSupportedAttribute(attrName)) {
SVGPathElement.h 102 bool isSupportedAttribute(const QualifiedName&);
SVGFEBlendElement.cpp 104 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName)
132 if (!isSupportedAttribute(attrName)) {
SVGGraphicsElement.cpp 170 bool SVGGraphicsElement::isSupportedAttribute(const QualifiedName& attrName)
187 if (!isSupportedAttribute(attrName)) {
SVGAnimationElement.h 138 bool isSupportedAttribute(const QualifiedName&);
SVGAnimationElement.cpp 134 bool SVGAnimationElement::isSupportedAttribute(const QualifiedName& attrName)
153 if (!isSupportedAttribute(name)) {
210 if (!isSupportedAttribute(attrName)) {
SVGUseElement.cpp 82 bool SVGUseElement::isSupportedAttribute(const QualifiedName& attrName)
176 if (!isSupportedAttribute(attrName)) {
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 51 bool isSupportedAttribute(const QualifiedName&);
SVGSMILElement.cpp 510 bool SVGSMILElement::isSupportedAttribute(const QualifiedName& attrName)
559 if (!isSupportedAttribute(attrName)) {
    [all...]

Completed in 2559 milliseconds

1 2 34