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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGViewElement.cpp 37 bool SVGViewElement::isSupportedAttribute(const QualifiedName& attrName)
50 if (!isSupportedAttribute(name)) {
SVGSymbolElement.cpp 38 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
49 if (!isSupportedAttribute(name)) {
65 if (!isSupportedAttribute(attrName)) {
SVGCircleElement.cpp 44 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName)
62 if (!isSupportedAttribute(attrName)) {
SVGComponentTransferFunctionElement.cpp 64 bool SVGComponentTransferFunctionElement::isSupportedAttribute(const QualifiedName& attrName)
86 if (!isSupportedAttribute(attrName)) {
SVGEllipseElement.cpp 46 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName)
65 if (!isSupportedAttribute(attrName)) {
SVGFEGaussianBlurElement.cpp 50 bool SVGFEGaussianBlurElement::isSupportedAttribute(const QualifiedName& attrName)
67 if (!isSupportedAttribute(attrName)) {
SVGFEOffsetElement.cpp 44 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
57 if (!isSupportedAttribute(name)) {
78 if (!isSupportedAttribute(attrName)) {
SVGFETileElement.cpp 40 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName)
50 if (!isSupportedAttribute(name)) {
67 if (!isSupportedAttribute(attrName)) {
SVGLineElement.cpp 45 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName)
64 if (!isSupportedAttribute(attrName)) {
SVGMaskElement.cpp 60 bool SVGMaskElement::isSupportedAttribute(const QualifiedName& attrName)
79 if (!isSupportedAttribute(name))
102 if (!isSupportedAttribute(attrName)) {
SVGRectElement.cpp 50 bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName)
71 if (!isSupportedAttribute(attrName)) {
SVGTextPositioningElement.cpp 48 bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrName)
63 if (!isSupportedAttribute(name)) {
88 if (!isSupportedAttribute(attrName)) {
SVGCursorElement.cpp 53 bool SVGCursorElement::isSupportedAttribute(const QualifiedName& attrName)
69 if (!isSupportedAttribute(name)) {
108 if (!isSupportedAttribute(attrName)) {
SVGFEBlendElement.cpp 104 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName)
132 if (!isSupportedAttribute(attrName)) {
SVGFEColorMatrixElement.cpp 56 bool SVGFEColorMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
86 if (!isSupportedAttribute(attrName)) {
SVGFEComponentTransferElement.cpp 45 bool SVGFEComponentTransferElement::isSupportedAttribute(const QualifiedName& attrName)
55 if (!isSupportedAttribute(name)) {
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)) {
SVGFEDisplacementMapElement.cpp 59 bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attrName)
74 if (!isSupportedAttribute(name)) {
113 if (!isSupportedAttribute(attrName)) {
SVGFEDropShadowElement.cpp 54 bool SVGFEDropShadowElement::isSupportedAttribute(const QualifiedName& attrName)
73 if (!isSupportedAttribute(attrName)) {
SVGFEImageElement.cpp 111 bool SVGFEImageElement::isSupportedAttribute(const QualifiedName& attrName)
128 if (!isSupportedAttribute(attrName)) {
SVGFELightElement.cpp 75 bool SVGFELightElement::isSupportedAttribute(const QualifiedName& attrName)
95 if (!isSupportedAttribute(name)) {
130 if (!isSupportedAttribute(attrName)) {
SVGFEMorphologyElement.cpp 54 bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName)
67 if (!isSupportedAttribute(name)) {
104 if (!isSupportedAttribute(attrName)) {
SVGFESpecularLightingElement.cpp 50 bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& attrName)
65 if (!isSupportedAttribute(name)) {
130 if (!isSupportedAttribute(attrName)) {
SVGFETurbulenceElement.cpp 67 bool SVGFETurbulenceElement::isSupportedAttribute(const QualifiedName& attrName)
108 if (!isSupportedAttribute(attrName)) {

Completed in 755 milliseconds

1 2