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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGElement.cpp 40 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName)
48 if (!isSupportedAttribute(name)) {
58 if (!isSupportedAttribute(attrName)) {
SVGSymbolElement.cpp 39 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
50 if (!isSupportedAttribute(name)) {
66 if (!isSupportedAttribute(attrName)) {
SVGAnimateTransformElement.h 42 bool isSupportedAttribute(const QualifiedName&);
SVGFEComponentTransferElement.h 38 bool isSupportedAttribute(const QualifiedName&);
SVGFEMergeNodeElement.h 38 bool isSupportedAttribute(const QualifiedName&);
SVGGElement.h 39 bool isSupportedAttribute(const QualifiedName&);
SVGSymbolElement.h 38 bool isSupportedAttribute(const QualifiedName&);
SVGAnimateTransformElement.cpp 53 bool SVGAnimateTransformElement::isSupportedAttribute(const QualifiedName& attrName)
63 if (!isSupportedAttribute(name)) {
SVGFETileElement.h 37 bool isSupportedAttribute(const QualifiedName&);
SVGMPathElement.h 52 bool isSupportedAttribute(const QualifiedName&);
SVGStopElement.h 41 bool isSupportedAttribute(const QualifiedName&);
SVGViewElement.h 50 bool isSupportedAttribute(const QualifiedName&);
SVGClipPathElement.cpp 40 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName)
51 if (!isSupportedAttribute(name)) {
68 if (!isSupportedAttribute(attrName)) {
SVGFEMergeNodeElement.cpp 39 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName)
49 if (!isSupportedAttribute(name)) {
66 if (!isSupportedAttribute(attrName)) {
SVGFETileElement.cpp 41 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName)
51 if (!isSupportedAttribute(name)) {
68 if (!isSupportedAttribute(attrName)) {
SVGPolyElement.cpp 39 bool SVGPolyElement::isSupportedAttribute(const QualifiedName& attrName)
50 if (!isSupportedAttribute(name)) {
67 if (!isSupportedAttribute(attrName)) {
SVGStopElement.cpp 41 bool SVGStopElement::isSupportedAttribute(const QualifiedName& attrName)
51 if (!isSupportedAttribute(name)) {
68 if (!isSupportedAttribute(attrName)) {
SVGCircleElement.cpp 46 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName)
61 if (!isSupportedAttribute(name))
77 if (!isSupportedAttribute(attrName)) {
SVGFEGaussianBlurElement.cpp 52 bool SVGFEGaussianBlurElement::isSupportedAttribute(const QualifiedName& attrName)
64 if (!isSupportedAttribute(name)) {
83 if (!isSupportedAttribute(attrName)) {
SVGFEOffsetElement.cpp 46 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
59 if (!isSupportedAttribute(name)) {
80 if (!isSupportedAttribute(attrName)) {
SVGMPathElement.cpp 95 bool SVGMPathElement::isSupportedAttribute(const QualifiedName& attrName)
108 if (!isSupportedAttribute(name)) {
120 if (!isSupportedAttribute(attrName)) {
SVGAElement.h 42 bool isSupportedAttribute(const QualifiedName&);
SVGCircleElement.h 42 bool isSupportedAttribute(const QualifiedName&);
SVGClipPathElement.h 46 bool isSupportedAttribute(const QualifiedName&);
SVGEllipseElement.h 43 bool isSupportedAttribute(const QualifiedName&);

Completed in 866 milliseconds

1 2 3 4 5