OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isSupportedAttribute
(Results
26 - 50
of
53
) sorted by null
1
2
3
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGMaskElement.cpp
74
bool SVGMaskElement::
isSupportedAttribute
(const QualifiedName& attrName)
94
if (!
isSupportedAttribute
(name))
124
if (!
isSupportedAttribute
(attrName)) {
SVGPolyElement.cpp
74
bool SVGPolyElement::
isSupportedAttribute
(const QualifiedName& attrName)
86
if (!
isSupportedAttribute
(name)) {
111
if (!
isSupportedAttribute
(attrName)) {
SVGRectElement.cpp
70
bool SVGRectElement::
isSupportedAttribute
(const QualifiedName& attrName)
89
if (!
isSupportedAttribute
(name))
112
if (!
isSupportedAttribute
(attrName)) {
SVGStopElement.cpp
52
bool SVGStopElement::
isSupportedAttribute
(const QualifiedName& attrName)
62
if (!
isSupportedAttribute
(name)) {
80
if (!
isSupportedAttribute
(attrName)) {
SVGAElement.cpp
92
bool SVGAElement::
isSupportedAttribute
(const QualifiedName& attrName)
105
if (!
isSupportedAttribute
(name)) {
125
if (!
isSupportedAttribute
(attrName)) {
SVGFEDiffuseLightingElement.cpp
75
bool SVGFEDiffuseLightingElement::
isSupportedAttribute
(const QualifiedName& attrName)
90
if (!
isSupportedAttribute
(name) || name == SVGNames::lighting_colorAttr) {
169
if (!
isSupportedAttribute
(attrName)) {
SVGFEDropShadowElement.cpp
84
bool SVGFEDropShadowElement::
isSupportedAttribute
(const QualifiedName& attrName)
98
if (!
isSupportedAttribute
(name)) {
132
if (!
isSupportedAttribute
(attrName)) {
SVGFEImageElement.cpp
117
bool SVGFEImageElement::
isSupportedAttribute
(const QualifiedName& attrName)
130
if (!
isSupportedAttribute
(name)) {
152
if (!
isSupportedAttribute
(attrName)) {
SVGFEMorphologyElement.cpp
78
bool SVGFEMorphologyElement::
isSupportedAttribute
(const QualifiedName& attrName)
91
if (!
isSupportedAttribute
(name)) {
138
if (!
isSupportedAttribute
(attrName)) {
SVGFESpecularLightingElement.cpp
79
bool SVGFESpecularLightingElement::
isSupportedAttribute
(const QualifiedName& attrName)
94
if (!
isSupportedAttribute
(name)) {
180
if (!
isSupportedAttribute
(attrName)) {
SVGGradientElement.cpp
63
bool SVGGradientElement::
isSupportedAttribute
(const QualifiedName& attrName)
78
if (!
isSupportedAttribute
(name)) {
115
if (!
isSupportedAttribute
(attrName)) {
SVGLinearGradientElement.cpp
67
bool SVGLinearGradientElement::
isSupportedAttribute
(const QualifiedName& attrName)
83
if (!
isSupportedAttribute
(name))
101
if (!
isSupportedAttribute
(attrName)) {
SVGPatternElement.cpp
81
bool SVGPatternElement::
isSupportedAttribute
(const QualifiedName& attrName)
104
if (!
isSupportedAttribute
(name))
142
if (!
isSupportedAttribute
(attrName)) {
SVGRadialGradientElement.cpp
72
bool SVGRadialGradientElement::
isSupportedAttribute
(const QualifiedName& attrName)
90
if (!
isSupportedAttribute
(name))
112
if (!
isSupportedAttribute
(attrName)) {
SVGTextPathElement.cpp
71
bool SVGTextPathElement::
isSupportedAttribute
(const QualifiedName& attrName)
87
if (!
isSupportedAttribute
(name))
108
if (!
isSupportedAttribute
(attrName)) {
SVGFilterElement.cpp
102
bool SVGFilterElement::
isSupportedAttribute
(const QualifiedName& attrName)
123
if (!
isSupportedAttribute
(name))
157
if (!
isSupportedAttribute
(attrName)) {
SVGImageElement.cpp
84
bool SVGImageElement::
isSupportedAttribute
(const QualifiedName& attrName)
108
if (!
isSupportedAttribute
(name))
120
if (!
isSupportedAttribute
(name))
144
if (!
isSupportedAttribute
(attrName)) {
SVGMarkerElement.cpp
108
bool SVGMarkerElement::
isSupportedAttribute
(const QualifiedName& attrName)
128
if (!
isSupportedAttribute
(name))
159
if (!
isSupportedAttribute
(attrName)) {
SVGScriptElement.cpp
60
bool SVGScriptElement::
isSupportedAttribute
(const QualifiedName& attrName)
74
if (!
isSupportedAttribute
(name)) {
99
if (!
isSupportedAttribute
(attrName)) {
SVGStyleElement.cpp
97
bool SVGStyleElement::
isSupportedAttribute
(const QualifiedName& attrName)
107
if (!
isSupportedAttribute
(name)) {
SVGTextContentElement.cpp
212
bool SVGTextContentElement::
isSupportedAttribute
(const QualifiedName& attrName)
233
if (!
isSupportedAttribute
(name))
249
if (!
isSupportedAttribute
(name))
267
if (!
isSupportedAttribute
(attrName)) {
SVGFEConvolveMatrixElement.cpp
102
bool SVGFEConvolveMatrixElement::
isSupportedAttribute
(const QualifiedName& attrName)
122
if (!
isSupportedAttribute
(name)) {
256
if (!
isSupportedAttribute
(attrName)) {
SVGGraphicsElement.cpp
140
bool SVGGraphicsElement::
isSupportedAttribute
(const QualifiedName& attrName)
152
if (!
isSupportedAttribute
(name)) {
172
if (!
isSupportedAttribute
(attrName)) {
SVGAnimateMotionElement.cpp
101
bool SVGAnimateMotionElement::
isSupportedAttribute
(const QualifiedName& attrName)
111
if (!
isSupportedAttribute
(name)) {
SVGPathElement.cpp
210
bool SVGPathElement::
isSupportedAttribute
(const QualifiedName& attrName)
223
if (!
isSupportedAttribute
(name)) {
249
if (!
isSupportedAttribute
(attrName)) {
Completed in 472 milliseconds
1
2
3