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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeListBase.cpp 32 void LiveNodeListBase::invalidateCacheForAttribute(const QualifiedName* attrName) const
35 toLiveNodeList(this)->invalidateCacheForAttribute(attrName);
37 toHTMLCollection(this)->invalidateCacheForAttribute(attrName);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGElement.cpp 40 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName)
43 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
56 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName)
58 if (!isSupportedAttribute(attrName)) {
59 SVGGraphicsElement::svgAttributeChanged(attrName);
SVGSymbolElement.cpp 39 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
45 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
64 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName)
66 if (!isSupportedAttribute(attrName)) {
67 SVGElement::svgAttributeChanged(attrName);
SVGFESpecularLightingElement.cpp 52 bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& attrName)
62 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
90 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
94 if (attrName == SVGNames::lighting_colorAttr) {
100 if (attrName == SVGNames::surfaceScaleAttr)
102 if (attrName == SVGNames::specularConstantAttr)
104 if (attrName == SVGNames::specularExponentAttr)
112 if (attrName == SVGNames::azimuthAttr)
114 if (attrName == SVGNames::elevationAttr)
116 if (attrName == SVGNames::xAttr
    [all...]
SVGFEDiffuseLightingElement.cpp 49 bool SVGFEDiffuseLightingElement::isSupportedAttribute(const QualifiedName& attrName)
59 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
85 bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
89 if (attrName == SVGNames::lighting_colorAttr) {
95 if (attrName == SVGNames::surfaceScaleAttr)
97 if (attrName == SVGNames::diffuseConstantAttr)
105 if (attrName == SVGNames::azimuthAttr)
107 if (attrName == SVGNames::elevationAttr)
109 if (attrName == SVGNames::xAttr)
111 if (attrName == SVGNames::yAttr
    [all...]
SVGFETurbulenceElement.cpp 69 bool SVGFETurbulenceElement::isSupportedAttribute(const QualifiedName& attrName)
79 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
107 bool SVGFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
110 if (attrName == SVGNames::typeAttr)
112 if (attrName == SVGNames::stitchTilesAttr)
114 if (attrName == SVGNames::baseFrequencyAttr) {
119 if (attrName == SVGNames::seedAttr)
121 if (attrName == SVGNames::numOctavesAttr)
128 void SVGFETurbulenceElement::svgAttributeChanged(const QualifiedName& attrName)
130 if (!isSupportedAttribute(attrName)) {
    [all...]
SVGCircleElement.cpp 46 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName)
54 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
75 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName)
77 if (!isSupportedAttribute(attrName)) {
78 SVGGeometryElement::svgAttributeChanged(attrName);
84 bool isLengthAttribute = attrName == SVGNames::cxAttr
85 || attrName == SVGNames::cyAttr
86 || attrName == SVGNames::rAttr;
SVGFEOffsetElement.cpp 46 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
54 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
78 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName)
80 if (!isSupportedAttribute(attrName)) {
81 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
87 if (attrName == SVGNames::inAttr || attrName == SVGNames::dxAttr || attrName == SVGNames::dyAttr) {
SVGFEMergeNodeElement.cpp 39 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName)
44 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
64 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName)
66 if (!isSupportedAttribute(attrName)) {
67 SVGElement::svgAttributeChanged(attrName);
73 if (attrName == SVGNames::inAttr) {
SVGFETileElement.cpp 41 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName)
46 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
66 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName)
68 if (!isSupportedAttribute(attrName)) {
69 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
75 if (attrName == SVGNames::inAttr) {
SVGPolyElement.cpp 39 bool SVGPolyElement::isSupportedAttribute(const QualifiedName& attrName)
45 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
65 void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName)
67 if (!isSupportedAttribute(attrName)) {
68 SVGGeometryElement::svgAttributeChanged(attrName);
78 if (attrName == SVGNames::pointsAttr) {
SVGStopElement.cpp 41 bool SVGStopElement::isSupportedAttribute(const QualifiedName& attrName)
46 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
66 void SVGStopElement::svgAttributeChanged(const QualifiedName& attrName)
68 if (!isSupportedAttribute(attrName)) {
69 SVGElement::svgAttributeChanged(attrName);
78 if (attrName == SVGNames::offsetAttr) {
SVGFEDisplacementMapElement.cpp 61 bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attrName)
71 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
99 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
102 if (attrName == SVGNames::xChannelSelectorAttr)
104 if (attrName == SVGNames::yChannelSelectorAttr)
106 if (attrName == SVGNames::scaleAttr)
113 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName)
115 if (!isSupportedAttribute(attrName)) {
116 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
122 if (attrName == SVGNames::xChannelSelectorAttr || attrName == SVGNames::yChannelSelectorAttr || attrName == SVG (…)
    [all...]
SVGTextPositioningElement.cpp 48 bool SVGTextPositioningElement::isSupportedAttribute(const QualifiedName& attrName)
58 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
86 void SVGTextPositioningElement::svgAttributeChanged(const QualifiedName& attrName)
88 if (!isSupportedAttribute(attrName)) {
89 SVGTextContentElement::svgAttributeChanged(attrName);
95 bool updateRelativeLengths = attrName == SVGNames::xAttr
96 || attrName == SVGNames::yAttr
97 || attrName == SVGNames::dxAttr
98 || attrName == SVGNames::dyAttr;
107 if (updateRelativeLengths || attrName == SVGNames::rotateAttr)
    [all...]
SVGFEGaussianBlurElement.cpp 52 bool SVGFEGaussianBlurElement::isSupportedAttribute(const QualifiedName& attrName)
59 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
81 void SVGFEGaussianBlurElement::svgAttributeChanged(const QualifiedName& attrName)
83 if (!isSupportedAttribute(attrName)) {
84 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
90 if (attrName == SVGNames::inAttr || attrName == SVGNames::stdDeviationAttr) {
SVGEllipseElement.cpp 48 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName)
57 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
80 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName)
82 if (!isSupportedAttribute(attrName)) {
83 SVGGeometryElement::svgAttributeChanged(attrName);
89 bool isLengthAttribute = attrName == SVGNames::cxAttr
90 || attrName == SVGNames::cyAttr
91 || attrName == SVGNames::rxAttr
92 || attrName == SVGNames::ryAttr;
SVGLineElement.cpp 47 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName)
56 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
79 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName)
81 if (!isSupportedAttribute(attrName)) {
82 SVGGeometryElement::svgAttributeChanged(attrName);
88 bool isLengthAttribute = attrName == SVGNames::x1Attr
89 || attrName == SVGNames::y1Attr
90 || attrName == SVGNames::x2Attr
91 || attrName == SVGNames::y2Attr;
SVGClipPathElement.cpp 40 bool SVGClipPathElement::isSupportedAttribute(const QualifiedName& attrName)
46 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
66 void SVGClipPathElement::svgAttributeChanged(const QualifiedName& attrName)
68 if (!isSupportedAttribute(attrName)) {
69 SVGGraphicsElement::svgAttributeChanged(attrName);
SVGFECompositeElement.cpp 68 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName)
80 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
112 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
115 if (attrName == SVGNames::operatorAttr)
117 if (attrName == SVGNames::k1Attr)
119 if (attrName == SVGNames::k2Attr)
121 if (attrName == SVGNames::k3Attr)
123 if (attrName == SVGNames::k4Attr)
131 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName)
133 if (!isSupportedAttribute(attrName)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebMutationEvent.cpp 55 WebString WebMutationEvent::attrName() const
57 return WebString(constUnwrap<MutationEvent>()->attrName());
  /libcore/luni/src/test/java/tests/org/w3c/dom/
NamedNodeMapGetNamedItemNS.java 106 String attrName;
114 attrName = attribute.getNodeName();
115 assertEquals("namednodemapgetnameditemns02", "emp:domestic", attrName);
125 String attrName;
135 attrName = attribute.getNodeName();
136 assertEquals("namednodemapgetnameditemns03", "L2:att", attrName);
145 String attrName;
154 attrName = attribute.getNodeName();
155 assertEquals("namednodemapgetnameditemns04", "street", attrName);
181 // String attrName;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/events/
MutationEvent.h 49 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
51 return adoptRefWillBeNoop(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange));
56 const String& attrName, unsigned short attrChange);
61 String attrName() const { return m_attrName; }
72 const String& attrName, unsigned short attrChange);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_namednodemapreturnattrnode.java 70 String attrName;
77 attrName = streetAttr.getNodeName();
78 assertEqualsAutoCase("attribute", "nodeName", "class", attrName);
79 attrName = ((Attr) /*Node */streetAttr).getName();
80 assertEqualsAutoCase("attribute", "name", "class", attrName);
namednodemapreturnattrnode.java 73 String attrName;
80 attrName = streetAttr.getNodeName();
81 assertEquals("nodeName", "street", attrName);
82 attrName = ((Attr) /*Node */streetAttr).getName();
83 assertEquals("attrName", "street", attrName);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapgetnameditemns06.java 79 String attrName;
88 attrName = attribute.getNodeName();
89 assertEquals("namednodemapgetnameditemnsMap106", "street", attrName);
91 attrName = attribute.getNodeName();
92 assertEquals("namednodemapgetnameditemnsMap206", "street", attrName);

Completed in 359 milliseconds

1 2 3 4 5 6 7 8 91011>>