HomeSort by relevance Sort by last modified time
    Searched refs:attrName (Results 26 - 50 of 248) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEColorMatrixElement.cpp 58 bool SVGFEColorMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
66 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
99 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
102 if (attrName == SVGNames::typeAttr)
104 if (attrName == SVGNames::valuesAttr)
111 void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName)
113 if (!isSupportedAttribute(attrName)) {
114 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
120 if (attrName == SVGNames::typeAttr || attrName == SVGNames::valuesAttr)
    [all...]
SVGFEMorphologyElement.cpp 79 bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName)
87 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
121 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
124 if (attrName == SVGNames::operatorAttr)
126 if (attrName == SVGNames::radiusAttr) {
137 void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName)
139 if (!isSupportedAttribute(attrName)) {
140 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
146 if (attrName == SVGNames::operatorAttr || attrName == SVGNames::radiusAttr)
    [all...]
SVGFEConvolveMatrixElement.cpp 103 bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
118 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
217 bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
220 if (attrName == SVGNames::edgeModeAttr)
222 if (attrName == SVGNames::divisorAttr)
224 if (attrName == SVGNames::biasAttr)
226 if (attrName == SVGNames::targetXAttr)
228 if (attrName == SVGNames::targetYAttr)
230 if (attrName == SVGNames::kernelUnitLengthAttr)
232 if (attrName == SVGNames::preserveAlphaAttr
    [all...]
SVGStopElement.cpp 54 bool SVGStopElement::isSupportedAttribute(const QualifiedName& attrName)
59 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
80 void SVGStopElement::svgAttributeChanged(const QualifiedName& attrName)
82 if (!isSupportedAttribute(attrName)) {
83 SVGElement::svgAttributeChanged(attrName);
92 if (attrName == SVGNames::offsetAttr) {
SVGPolyElement.cpp 64 bool SVGPolyElement::isSupportedAttribute(const QualifiedName& attrName)
72 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
102 void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName)
104 if (!isSupportedAttribute(attrName)) {
105 SVGGraphicsElement::svgAttributeChanged(attrName);
115 if (attrName == SVGNames::pointsAttr) {
121 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
SVGEllipseElement.cpp 66 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName)
77 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
102 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName)
104 if (!isSupportedAttribute(attrName)) {
105 SVGGraphicsElement::svgAttributeChanged(attrName);
111 bool isLengthAttribute = attrName == SVGNames::cxAttr
112 || attrName == SVGNames::cyAttr
113 || attrName == SVGNames::rxAttr
114 || attrName == SVGNames::ryAttr;
129 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName))
    [all...]
SVGLineElement.cpp 65 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName)
76 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
101 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName)
103 if (!isSupportedAttribute(attrName)) {
104 SVGGraphicsElement::svgAttributeChanged(attrName);
110 bool isLengthAttribute = attrName == SVGNames::x1Attr
111 || attrName == SVGNames::y1Attr
112 || attrName == SVGNames::x2Attr
113 || attrName == SVGNames::y2Attr;
128 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName))
    [all...]
SVGFELightElement.cpp 87 bool SVGFELightElement::isSupportedAttribute(const QualifiedName& attrName)
102 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
165 void SVGFELightElement::svgAttributeChanged(const QualifiedName& attrName)
167 if (!isSupportedAttribute(attrName)) {
168 SVGElement::svgAttributeChanged(attrName);
174 if (attrName == SVGNames::azimuthAttr
175 || attrName == SVGNames::elevationAttr
176 || attrName == SVGNames::xAttr
177 || attrName == SVGNames::yAttr
178 || attrName == SVGNames::zAtt
    [all...]
SVGExternalResourcesRequired.cpp 40 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName)
42 return attrName == SVGNames::externalResourcesRequiredAttr;
50 bool SVGExternalResourcesRequired::handleAttributeChange(SVGElement* targetElement, const QualifiedName& attrName)
53 if (!isKnownAttribute(attrName))
SVGFEFloodElement.h 36 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
SVGFEGaussianBlurElement.cpp 77 bool SVGFEGaussianBlurElement::isSupportedAttribute(const QualifiedName& attrName)
84 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
111 void SVGFEGaussianBlurElement::svgAttributeChanged(const QualifiedName& attrName)
113 if (!isSupportedAttribute(attrName)) {
114 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
120 if (attrName == SVGNames::inAttr || attrName == SVGNames::stdDeviationAttr) {
SVGGraphicsElement.cpp 93 bool SVGGraphicsElement::isSupportedAttribute(const QualifiedName& attrName)
100 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
123 void SVGGraphicsElement::svgAttributeChanged(const QualifiedName& attrName)
125 if (!isSupportedAttribute(attrName)) {
126 SVGElement::svgAttributeChanged(attrName);
132 if (SVGTests::handleAttributeChange(this, attrName))
139 if (attrName == SVGNames::transformAttr) {
SVGMPathElement.cpp 108 bool SVGMPathElement::isSupportedAttribute(const QualifiedName& attrName)
115 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
133 void SVGMPathElement::svgAttributeChanged(const QualifiedName& attrName)
135 if (!isSupportedAttribute(attrName)) {
136 SVGElement::svgAttributeChanged(attrName);
142 if (SVGURIReference::isKnownAttribute(attrName)) {
147 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentcreateattribute.java 68 String attrName;
74 attrName = newAttrNode.getNodeName();
75 assertEquals("name", "district", attrName);
hc_documentcreateattribute.java 67 String attrName;
73 attrName = newAttrNode.getNodeName();
74 assertEqualsAutoCase("attribute", "name", "title", attrName);
hc_namednodemapgetnameditem.java 69 String attrName;
75 attrName = domesticAttr.getNodeName();
76 assertEqualsAutoCase("attribute", "nodeName", "title", attrName);
hc_nodeattributenodename.java 65 String attrName;
70 attrName = addrAttr.getNodeName();
71 assertEqualsAutoCase("attribute", "nodeName", "title", attrName);
namednodemapgetnameditem.java 71 String attrName;
77 attrName = domesticAttr.getNodeName();
78 assertEquals("namednodemapGetNamedItemAssert", "domestic", attrName);
nodeattributenodename.java 68 String attrName;
73 attrName = addrAttr.getNodeName();
74 assertEquals("nodeAttributeNodeNameAssert1", "domestic", attrName);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS05.java 71 String attrName;
74 attrName = newAttr.getName();
75 assertEquals("throw_Equals", qualifiedName, attrName);
  /external/chromium_org/third_party/skia/include/svg/
SkSVGParser.h 30 void _addAttribute(const char* attrName, const char* attrValue) {
31 fXMLWriter.addAttribute(attrName, attrValue); }
32 void _addAttribute(const char* attrName, SkString& attrValue) {
33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); }
34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) {
35 fXMLWriter.addAttributeLen(attrName, attrValue, len); }
  /external/skia/include/svg/
SkSVGParser.h 30 void _addAttribute(const char* attrName, const char* attrValue) {
31 fXMLWriter.addAttribute(attrName, attrValue); }
32 void _addAttribute(const char* attrName, SkString& attrValue) {
33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); }
34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) {
35 fXMLWriter.addAttributeLen(attrName, attrValue, len); }
  /external/chromium_org/third_party/WebKit/Source/web/
WebElement.cpp 81 bool WebElement::hasAttribute(const WebString& attrName) const
83 return constUnwrap<Element>()->hasAttribute(attrName);
86 void WebElement::removeAttribute(const WebString& attrName)
91 unwrap<Element>()->removeAttribute(attrName);
94 WebString WebElement::getAttribute(const WebString& attrName) const
96 return constUnwrap<Element>()->getAttribute(attrName);
99 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue)
105 unwrap<Element>()->setAttribute(attrName, attrValue, es);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
AttrResourceLoader.java 41 public String convertValueToEnum(Class<? extends View> viewClass, String namespace, String attrName, String attrValue) {
43 String className = findKnownAttrClass(attrName, viewClass, isSystem);
44 return classAttrEnumToValue.get(key(className, attrName, attrValue, isSystem));
47 public boolean hasAttributeFor(Class<? extends View> viewClass, String namespace, String attrName) {
49 return findKnownAttrClass(attrName, viewClass, isSystem) != null;
52 private String findKnownAttrClass(String attrName, Class<?> clazz, boolean isSystem) {
58 if (knownClassAttrs.contains(key(className, attrName, isSystem))) {
66 private String key(String viewName, String attrName, String name, boolean isSystem) {
67 return key(viewName, attrName, isSystem) + "#" + name;
70 private String key(String viewName, String attrName, boolean isSystem)
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebDOMMutationEvent.h 52 WEBKIT_EXPORT WebString attrName() const;

Completed in 1920 milliseconds

12 3 4 5 6 7 8 910