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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFECompositeElement.cpp 66 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName)
78 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
110 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
113 if (attrName == SVGNames::operatorAttr)
115 if (attrName == SVGNames::k1Attr)
117 if (attrName == SVGNames::k2Attr)
119 if (attrName == SVGNames::k3Attr)
121 if (attrName == SVGNames::k4Attr)
129 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName)
131 if (!isSupportedAttribute(attrName)) {
    [all...]
SVGClipPathElement.cpp 44 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
46 if (attrName != SVGNames::clipPathUnitsAttr) {
47 SVGGraphicsElement::svgAttributeChanged(attrName);
SVGFEColorMatrixElement.cpp 56 bool SVGFEColorMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
64 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
72 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
75 if (attrName == SVGNames::typeAttr)
77 if (attrName == SVGNames::valuesAttr)
84 void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName)
86 if (!isSupportedAttribute(attrName)) {
87 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
93 if (attrName == SVGNames::typeAttr || attrName == SVGNames::valuesAttr)
    [all...]
SVGFEMorphologyElement.cpp 54 bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName)
62 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
86 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
89 if (attrName == SVGNames::operatorAttr)
91 if (attrName == SVGNames::radiusAttr) {
102 void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName)
104 if (!isSupportedAttribute(attrName)) {
105 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
111 if (attrName == SVGNames::operatorAttr || attrName == SVGNames::radiusAttr)
    [all...]
SVGFEConvolveMatrixElement.cpp 73 bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrName)
88 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
131 bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
134 if (attrName == SVGNames::edgeModeAttr)
136 if (attrName == SVGNames::divisorAttr)
138 if (attrName == SVGNames::biasAttr)
140 if (attrName == SVGNames::targetXAttr)
142 if (attrName == SVGNames::targetYAttr)
144 if (attrName == SVGNames::kernelUnitLengthAttr)
146 if (attrName == SVGNames::preserveAlphaAttr
    [all...]
SVGMPathElement.cpp 94 bool SVGMPathElement::isSupportedAttribute(const QualifiedName& attrName)
100 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
117 void SVGMPathElement::svgAttributeChanged(const QualifiedName& attrName)
119 if (!isSupportedAttribute(attrName)) {
120 SVGElement::svgAttributeChanged(attrName);
126 if (SVGURIReference::isKnownAttribute(attrName)) {
SVGForeignObjectElement.cpp 50 bool SVGForeignObjectElement::isSupportedAttribute(const QualifiedName& attrName)
59 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
91 void SVGForeignObjectElement::svgAttributeChanged(const QualifiedName& attrName)
93 if (!isSupportedAttribute(attrName)) {
94 SVGGraphicsElement::svgAttributeChanged(attrName);
98 if (attrName == SVGNames::widthAttr || attrName == SVGNames::heightAttr) {
105 bool isLengthAttribute = attrName == SVGNames::xAttr
106 || attrName == SVGNames::yAttr
107 || attrName == SVGNames::widthAtt
    [all...]
SVGImageElement.cpp 72 bool SVGImageElement::isSupportedAttribute(const QualifiedName& attrName)
83 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
108 void SVGImageElement::svgAttributeChanged(const QualifiedName& attrName)
110 if (!isSupportedAttribute(attrName)) {
111 SVGGraphicsElement::svgAttributeChanged(attrName);
117 bool isLengthAttribute = attrName == SVGNames::xAttr
118 || attrName == SVGNames::yAttr
119 || attrName == SVGNames::widthAttr
120 || attrName == SVGNames::heightAttr;
125 if (SVGURIReference::isKnownAttribute(attrName)) {
    [all...]
SVGFELightElement.cpp 75 bool SVGFELightElement::isSupportedAttribute(const QualifiedName& attrName)
90 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
128 void SVGFELightElement::svgAttributeChanged(const QualifiedName& attrName)
130 if (!isSupportedAttribute(attrName)) {
131 SVGElement::svgAttributeChanged(attrName);
137 if (attrName == SVGNames::azimuthAttr
138 || attrName == SVGNames::elevationAttr
139 || attrName == SVGNames::xAttr
140 || attrName == SVGNames::yAttr
141 || attrName == SVGNames::zAtt
    [all...]
SVGFEFloodElement.h 37 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName) OVERRIDE;
SVGFEImageElement.cpp 111 bool SVGFEImageElement::isSupportedAttribute(const QualifiedName& attrName)
118 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
126 void SVGFEImageElement::svgAttributeChanged(const QualifiedName& attrName)
128 if (!isSupportedAttribute(attrName)) {
129 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
135 if (attrName == SVGNames::preserveAspectRatioAttr) {
140 if (SVGURIReference::isKnownAttribute(attrName)) {
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeListBase.h 96 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
100 return attrName == HTMLNames::classAttr;
102 return attrName == HTMLNames::nameAttr;
104 return attrName == HTMLNames::idAttr || attrName == HTMLNames::nameAttr;
106 return attrName == HTMLNames::forAttr;
108 return attrName == HTMLNames::nameAttr || attrName == HTMLNames::idAttr || attrName == HTMLNames::forAttr
109 || attrName == HTMLNames::formAttr || attrName == HTMLNames::typeAttr
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
ElementAndAttributePolicies.java 68 String attrName = e.getKey();
70 AttributePolicy b = p.attrPolicies.get(attrName);
74 joinedAttrPolicies.put(attrName, a);
77 String attrName = e.getKey();
78 if (!this.attrPolicies.containsKey(attrName)) {
79 joinedAttrPolicies.put(attrName, e.getValue());
108 String attrName = e.getKey();
109 AttributePolicy globalAttrPolicy = globalAttrPolicies.get(attrName);
119 anded.put(attrName, joined);
124 String attrName = e.getKey()
    [all...]
  /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 74 bool WebElement::hasAttribute(const WebString& attrName) const
76 return constUnwrap<Element>()->hasAttribute(attrName);
79 void WebElement::removeAttribute(const WebString& attrName)
84 unwrap<Element>()->removeAttribute(attrName);
87 WebString WebElement::getAttribute(const WebString& attrName) const
89 return constUnwrap<Element>()->getAttribute(attrName);
92 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue)
98 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionState);
  /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/Source/core/events/
MutationEvent.cpp 35 const String& attrName, unsigned short attrChange)
40 , m_attrName(attrName)
51 const String& attrName, unsigned short attrChange)
61 m_attrName = attrName;

Completed in 6059 milliseconds

12 3 4 5 6 7 8 91011>>