Home
last modified time | relevance | path

Searched refs:attrName (Results 1 – 25 of 149) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFESpecularLightingElement.cpp79 bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
89 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
131 …cularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
135 if (attrName == SVGNames::lighting_colorAttr) { in setFilterEffectAttribute()
141 if (attrName == SVGNames::surfaceScaleAttr) in setFilterEffectAttribute()
143 if (attrName == SVGNames::specularConstantAttr) in setFilterEffectAttribute()
145 if (attrName == SVGNames::specularExponentAttr) in setFilterEffectAttribute()
153 if (attrName == SVGNames::azimuthAttr) in setFilterEffectAttribute()
155 if (attrName == SVGNames::elevationAttr) in setFilterEffectAttribute()
157 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute()
[all …]
DSVGFEDiffuseLightingElement.cpp75 bool SVGFEDiffuseLightingElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
85 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
122 …ffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
126 if (attrName == SVGNames::lighting_colorAttr) { in setFilterEffectAttribute()
132 if (attrName == SVGNames::surfaceScaleAttr) in setFilterEffectAttribute()
134 if (attrName == SVGNames::diffuseConstantAttr) in setFilterEffectAttribute()
142 if (attrName == SVGNames::azimuthAttr) in setFilterEffectAttribute()
144 if (attrName == SVGNames::elevationAttr) in setFilterEffectAttribute()
146 if (attrName == SVGNames::xAttr) in setFilterEffectAttribute()
148 if (attrName == SVGNames::yAttr) in setFilterEffectAttribute()
[all …]
DSVGAnimatedEnumeration.cpp42 …ValueForTargetAttribute(SVGElement* targetElement, const QualifiedName& attrName, const String& va… in enumerationValueForTargetAttribute() argument
45 if (attrName == SVGNames::clipPathUnitsAttr in enumerationValueForTargetAttribute()
46 || attrName == SVGNames::filterUnitsAttr in enumerationValueForTargetAttribute()
47 || attrName == SVGNames::gradientUnitsAttr in enumerationValueForTargetAttribute()
48 || attrName == SVGNames::maskContentUnitsAttr in enumerationValueForTargetAttribute()
49 || attrName == SVGNames::maskUnitsAttr in enumerationValueForTargetAttribute()
50 || attrName == SVGNames::patternContentUnitsAttr in enumerationValueForTargetAttribute()
51 || attrName == SVGNames::patternUnitsAttr in enumerationValueForTargetAttribute()
52 || attrName == SVGNames::primitiveUnitsAttr) in enumerationValueForTargetAttribute()
55 if (attrName == SVGNames::lengthAdjustAttr) in enumerationValueForTargetAttribute()
[all …]
DSVGFECompositeElement.cpp65 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
77 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
127 …VGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
130 if (attrName == SVGNames::operatorAttr) in setFilterEffectAttribute()
132 if (attrName == SVGNames::k1Attr) in setFilterEffectAttribute()
134 if (attrName == SVGNames::k2Attr) in setFilterEffectAttribute()
136 if (attrName == SVGNames::k3Attr) in setFilterEffectAttribute()
138 if (attrName == SVGNames::k4Attr) in setFilterEffectAttribute()
146 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
148 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
[all …]
DSVGFETurbulenceElement.cpp76 bool SVGFETurbulenceElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
86 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
132 …GFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
135 if (attrName == SVGNames::typeAttr) in setFilterEffectAttribute()
137 if (attrName == SVGNames::stitchTilesAttr) in setFilterEffectAttribute()
139 if (attrName == SVGNames::baseFrequencyAttr) { in setFilterEffectAttribute()
144 if (attrName == SVGNames::seedAttr) in setFilterEffectAttribute()
146 if (attrName == SVGNames::numOctavesAttr) in setFilterEffectAttribute()
153 void SVGFETurbulenceElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
155 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
[all …]
DSVGFEDisplacementMapElement.cpp61 bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
71 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
113 …splacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
116 if (attrName == SVGNames::xChannelSelectorAttr) in setFilterEffectAttribute()
118 if (attrName == SVGNames::yChannelSelectorAttr) in setFilterEffectAttribute()
120 if (attrName == SVGNames::scaleAttr) in setFilterEffectAttribute()
127 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
129 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
130 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged()
136 …if (attrName == SVGNames::xChannelSelectorAttr || attrName == SVGNames::yChannelSelectorAttr || at… in svgAttributeChanged()
[all …]
DSVGFEConvolveMatrixElement.cpp102 bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
117 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
218 …onvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
221 if (attrName == SVGNames::edgeModeAttr) in setFilterEffectAttribute()
223 if (attrName == SVGNames::divisorAttr) in setFilterEffectAttribute()
225 if (attrName == SVGNames::biasAttr) in setFilterEffectAttribute()
227 if (attrName == SVGNames::targetXAttr) in setFilterEffectAttribute()
229 if (attrName == SVGNames::targetYAttr) in setFilterEffectAttribute()
231 if (attrName == SVGNames::kernelUnitLengthAttr) in setFilterEffectAttribute()
233 if (attrName == SVGNames::preserveAlphaAttr) in setFilterEffectAttribute()
[all …]
DSVGFELightElement.cpp87 bool SVGFELightElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
102 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
165 void SVGFELightElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
167 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
168 SVGElement::svgAttributeChanged(attrName); in svgAttributeChanged()
174 if (attrName == SVGNames::azimuthAttr in svgAttributeChanged()
175 || attrName == SVGNames::elevationAttr in svgAttributeChanged()
176 || attrName == SVGNames::xAttr in svgAttributeChanged()
177 || attrName == SVGNames::yAttr in svgAttributeChanged()
178 || attrName == SVGNames::zAttr in svgAttributeChanged()
[all …]
DSVGFEBlendElement.cpp57 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
65 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
95 …ol SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
98 if (attrName == SVGNames::modeAttr) in setFilterEffectAttribute()
105 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
107 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
108 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged()
114 if (attrName == SVGNames::modeAttr) { in svgAttributeChanged()
115 primitiveAttributeChanged(attrName); in svgAttributeChanged()
119 if (attrName == SVGNames::inAttr || attrName == SVGNames::in2Attr) { in svgAttributeChanged()
DSVGFEColorMatrixElement.cpp57 bool SVGFEColorMatrixElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
65 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
98 …FEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
101 if (attrName == SVGNames::typeAttr) in setFilterEffectAttribute()
103 if (attrName == SVGNames::valuesAttr) in setFilterEffectAttribute()
110 void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
112 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
113 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged()
119 if (attrName == SVGNames::typeAttr || attrName == SVGNames::valuesAttr) { in svgAttributeChanged()
120 primitiveAttributeChanged(attrName); in svgAttributeChanged()
[all …]
DSVGFEMorphologyElement.cpp78 bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
86 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
120 …GFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) in setFilterEffectAttribute() argument
123 if (attrName == SVGNames::operatorAttr) in setFilterEffectAttribute()
125 if (attrName == SVGNames::radiusAttr) { in setFilterEffectAttribute()
136 void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
138 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
139 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged()
145 if (attrName == SVGNames::operatorAttr || attrName == SVGNames::radiusAttr) { in svgAttributeChanged()
146 primitiveAttributeChanged(attrName); in svgAttributeChanged()
[all …]
DSVGRectElement.cpp70 bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
82 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
110 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
112 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
113 SVGGeometryElement::svgAttributeChanged(attrName); in svgAttributeChanged()
119 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged()
120 || attrName == SVGNames::yAttr in svgAttributeChanged()
121 || attrName == SVGNames::widthAttr in svgAttributeChanged()
122 || attrName == SVGNames::heightAttr in svgAttributeChanged()
123 || attrName == SVGNames::rxAttr in svgAttributeChanged()
[all …]
DSVGLineElement.cpp63 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
73 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
97 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
99 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
100 SVGGeometryElement::svgAttributeChanged(attrName); in svgAttributeChanged()
106 bool isLengthAttribute = attrName == SVGNames::x1Attr in svgAttributeChanged()
107 || attrName == SVGNames::y1Attr in svgAttributeChanged()
108 || attrName == SVGNames::x2Attr in svgAttributeChanged()
109 || attrName == SVGNames::y2Attr; in svgAttributeChanged()
124 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGEllipseElement.cpp64 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
74 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
98 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
100 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
101 SVGGeometryElement::svgAttributeChanged(attrName); in svgAttributeChanged()
107 bool isLengthAttribute = attrName == SVGNames::cxAttr in svgAttributeChanged()
108 || attrName == SVGNames::cyAttr in svgAttributeChanged()
109 || attrName == SVGNames::rxAttr in svgAttributeChanged()
110 || attrName == SVGNames::ryAttr; in svgAttributeChanged()
125 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGFEOffsetElement.cpp56 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
64 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
92 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
94 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
95 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged()
101 …if (attrName == SVGNames::inAttr || attrName == SVGNames::dxAttr || attrName == SVGNames::dyAttr) { in svgAttributeChanged()
DSVGCircleElement.cpp61 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
70 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
92 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
94 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
95 SVGGeometryElement::svgAttributeChanged(attrName); in svgAttributeChanged()
101 bool isLengthAttribute = attrName == SVGNames::cxAttr in svgAttributeChanged()
102 || attrName == SVGNames::cyAttr in svgAttributeChanged()
103 || attrName == SVGNames::rAttr; in svgAttributeChanged()
118 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { in svgAttributeChanged()
DSVGTextPositioningElement.cpp57 bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
67 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
120 void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
122 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
123 SVGTextContentElement::svgAttributeChanged(attrName); in svgAttributeChanged()
129 bool updateRelativeLengths = attrName == SVGNames::xAttr in svgAttributeChanged()
130 || attrName == SVGNames::yAttr in svgAttributeChanged()
131 || attrName == SVGNames::dxAttr in svgAttributeChanged()
132 || attrName == SVGNames::dyAttr; in svgAttributeChanged()
141 if (updateRelativeLengths || attrName == SVGNames::rotateAttr) { in svgAttributeChanged()
DSVGFEMergeNodeElement.cpp49 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
54 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
72 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
74 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
75 SVGElement::svgAttributeChanged(attrName); in svgAttributeChanged()
81 if (attrName == SVGNames::inAttr) { in svgAttributeChanged()
DSVGImageElement.cpp84 bool SVGImageElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
96 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
142 void SVGImageElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
144 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
145 SVGGraphicsElement::svgAttributeChanged(attrName); in svgAttributeChanged()
151 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged()
152 || attrName == SVGNames::yAttr in svgAttributeChanged()
153 || attrName == SVGNames::widthAttr in svgAttributeChanged()
154 || attrName == SVGNames::heightAttr; in svgAttributeChanged()
159 if (SVGURIReference::isKnownAttribute(attrName)) { in svgAttributeChanged()
[all …]
DSVGForeignObjectElement.cpp67 bool SVGForeignObjectElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
77 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
101 void SVGForeignObjectElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
103 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
104 SVGGraphicsElement::svgAttributeChanged(attrName); in svgAttributeChanged()
110 bool isLengthAttribute = attrName == SVGNames::xAttr in svgAttributeChanged()
111 || attrName == SVGNames::yAttr in svgAttributeChanged()
112 || attrName == SVGNames::widthAttr in svgAttributeChanged()
113 || attrName == SVGNames::heightAttr; in svgAttributeChanged()
DSVGFEDropShadowElement.cpp84 bool SVGFEDropShadowElement::isSupportedAttribute(const QualifiedName& attrName) in isSupportedAttribute() argument
93 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName); in isSupportedAttribute()
130 void SVGFEDropShadowElement::svgAttributeChanged(const QualifiedName& attrName) in svgAttributeChanged() argument
132 if (!isSupportedAttribute(attrName)) { in svgAttributeChanged()
133 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); in svgAttributeChanged()
139 if (attrName == SVGNames::inAttr in svgAttributeChanged()
140 || attrName == SVGNames::stdDeviationAttr in svgAttributeChanged()
141 || attrName == SVGNames::dxAttr in svgAttributeChanged()
142 || attrName == SVGNames::dyAttr) { in svgAttributeChanged()
/external/chromium_org/third_party/WebKit/Source/web/
DDOMUtilitiesPrivate.cpp45 bool elementHasLegalLinkAttribute(const Element* element, const QualifiedName& attrName) in elementHasLegalLinkAttribute() argument
47 if (attrName == srcAttr) in elementHasLegalLinkAttribute()
49 if (attrName == hrefAttr) in elementHasLegalLinkAttribute()
51 if (attrName == actionAttr) in elementHasLegalLinkAttribute()
53 if (attrName == backgroundAttr) in elementHasLegalLinkAttribute()
55 if (attrName == citeAttr) in elementHasLegalLinkAttribute()
57 if (attrName == classidAttr || attrName == dataAttr) in elementHasLegalLinkAttribute()
59 if (attrName == codebaseAttr) in elementHasLegalLinkAttribute()
DWebElement.cpp81 bool WebElement::hasAttribute(const WebString& attrName) const in hasAttribute()
83 return constUnwrap<Element>()->hasAttribute(attrName); in hasAttribute()
86 void WebElement::removeAttribute(const WebString& attrName) in removeAttribute() argument
91 unwrap<Element>()->removeAttribute(attrName); in removeAttribute()
94 WebString WebElement::getAttribute(const WebString& attrName) const in getAttribute()
96 return constUnwrap<Element>()->getAttribute(attrName); in getAttribute()
99 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue) in setAttribute() argument
105 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionState); in setAttribute()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeList.h89 ALWAYS_INLINE void invalidateCache(const QualifiedName* attrName) const in invalidateCache() argument
91 if (!attrName || shouldInvalidateTypeOnAttributeChange(invalidationType(), *attrName)) in invalidateCache()
93 … else if (hasIdNameCache() && (*attrName == HTMLNames::idAttr || *attrName == HTMLNames::nameAttr)) in invalidateCache()
164 …shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName) in shouldInvalidateTypeOnAttributeChange() argument
168 return attrName == HTMLNames::classAttr; in shouldInvalidateTypeOnAttributeChange()
170 return attrName == HTMLNames::nameAttr; in shouldInvalidateTypeOnAttributeChange()
172 return attrName == HTMLNames::idAttr || attrName == HTMLNames::nameAttr; in shouldInvalidateTypeOnAttributeChange()
174 return attrName == HTMLNames::forAttr; in shouldInvalidateTypeOnAttributeChange()
176 …return attrName == HTMLNames::nameAttr || attrName == HTMLNames::idAttr || attrName == HTMLNames::… in shouldInvalidateTypeOnAttributeChange()
177 || attrName == HTMLNames::formAttr || attrName == HTMLNames::typeAttr; in shouldInvalidateTypeOnAttributeChange()
[all …]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DAttrResourceLoader.java41 …rtValueToEnum(Class<? extends View> viewClass, String namespace, String attrName, String attrValue… in convertValueToEnum() argument
43 String className = findKnownAttrClass(attrName, viewClass, isSystem); in convertValueToEnum()
44 return classAttrEnumToValue.get(key(className, attrName, attrValue, isSystem)); in convertValueToEnum()
47 …ublic boolean hasAttributeFor(Class<? extends View> viewClass, String namespace, String attrName) { in hasAttributeFor() argument
49 return findKnownAttrClass(attrName, viewClass, isSystem) != null; in hasAttributeFor()
52 private String findKnownAttrClass(String attrName, Class<?> clazz, boolean isSystem) { in findKnownAttrClass() argument
58 if (knownClassAttrs.contains(key(className, attrName, isSystem))) { in findKnownAttrClass()
66 private String key(String viewName, String attrName, String name, boolean isSystem) { in key() argument
67 return key(viewName, attrName, isSystem) + "#" + name; in key()
70 private String key(String viewName, String attrName, boolean isSystem) { in key() argument
[all …]

123456