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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/web/
DOMUtilitiesPrivate.h 50 const WebCore::QualifiedName& attrName);
DOMUtilitiesPrivate.cpp 45 bool elementHasLegalLinkAttribute(const Element* element, const QualifiedName& attrName)
47 if (attrName == srcAttr)
49 if (attrName == hrefAttr)
51 if (attrName == actionAttr)
53 if (attrName == backgroundAttr)
55 if (attrName == citeAttr)
57 if (attrName == classidAttr || attrName == dataAttr)
59 if (attrName == codebaseAttr)
WebDOMMutationEvent.cpp 55 WebString WebDOMMutationEvent::attrName() const
57 return WebString(constUnwrap<MutationEvent>()->attrName());
WebMutationEvent.cpp 55 WebString WebMutationEvent::attrName() const
57 return WebString(constUnwrap<MutationEvent>()->attrName());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedEnumeration.cpp 42 static inline unsigned enumerationValueForTargetAttribute(SVGElement* targetElement, const QualifiedName& attrName, const String& value)
45 if (attrName == SVGNames::clipPathUnitsAttr
46 || attrName == SVGNames::filterUnitsAttr
47 || attrName == SVGNames::gradientUnitsAttr
48 || attrName == SVGNames::maskContentUnitsAttr
49 || attrName == SVGNames::maskUnitsAttr
50 || attrName == SVGNames::patternContentUnitsAttr
51 || attrName == SVGNames::patternUnitsAttr
52 || attrName == SVGNames::primitiveUnitsAttr)
55 if (attrName == SVGNames::lengthAdjustAttr
    [all...]
SVGFECompositeElement.cpp 66 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName)
78 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
128 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
131 if (attrName == SVGNames::operatorAttr)
133 if (attrName == SVGNames::k1Attr)
135 if (attrName == SVGNames::k2Attr)
137 if (attrName == SVGNames::k3Attr)
139 if (attrName == SVGNames::k4Attr)
147 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName)
149 if (!isSupportedAttribute(attrName)) {
    [all...]
SVGFESpecularLightingElement.cpp 82 bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& attrName)
92 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
134 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
138 if (attrName == SVGNames::lighting_colorAttr) {
144 if (attrName == SVGNames::surfaceScaleAttr)
146 if (attrName == SVGNames::specularConstantAttr)
148 if (attrName == SVGNames::specularExponentAttr)
156 if (attrName == SVGNames::azimuthAttr)
158 if (attrName == SVGNames::elevationAttr)
160 if (attrName == SVGNames::xAttr
    [all...]
SVGFEDiffuseLightingElement.cpp 78 bool SVGFEDiffuseLightingElement::isSupportedAttribute(const QualifiedName& attrName)
88 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
125 bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
129 if (attrName == SVGNames::lighting_colorAttr) {
135 if (attrName == SVGNames::surfaceScaleAttr)
137 if (attrName == SVGNames::diffuseConstantAttr)
145 if (attrName == SVGNames::azimuthAttr)
147 if (attrName == SVGNames::elevationAttr)
149 if (attrName == SVGNames::xAttr)
151 if (attrName == SVGNames::yAttr
    [all...]
SVGFETurbulenceElement.cpp 77 bool SVGFETurbulenceElement::isSupportedAttribute(const QualifiedName& attrName)
87 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
133 bool SVGFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
136 if (attrName == SVGNames::typeAttr)
138 if (attrName == SVGNames::stitchTilesAttr)
140 if (attrName == SVGNames::baseFrequencyAttr) {
145 if (attrName == SVGNames::seedAttr)
147 if (attrName == SVGNames::numOctavesAttr)
154 void SVGFETurbulenceElement::svgAttributeChanged(const QualifiedName& attrName)
156 if (!isSupportedAttribute(attrName)) {
    [all...]
SVGFEBlendElement.cpp 58 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName)
66 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
96 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
99 if (attrName == SVGNames::modeAttr)
106 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName)
108 if (!isSupportedAttribute(attrName)) {
109 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
115 if (attrName == SVGNames::modeAttr) {
116 primitiveAttributeChanged(attrName);
120 if (attrName == SVGNames::inAttr || attrName == SVGNames::in2Attr)
    [all...]
SVGFEOffsetElement.cpp 57 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName)
65 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
93 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName)
95 if (!isSupportedAttribute(attrName)) {
96 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
102 if (attrName == SVGNames::inAttr || attrName == SVGNames::dxAttr || attrName == SVGNames::dyAttr) {
SVGFEMergeNodeElement.cpp 51 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName)
56 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
74 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName)
76 if (!isSupportedAttribute(attrName)) {
77 SVGElement::svgAttributeChanged(attrName);
83 if (attrName == SVGNames::inAttr) {
SVGFETileElement.cpp 53 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName)
58 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
76 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName)
78 if (!isSupportedAttribute(attrName)) {
79 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
85 if (attrName == SVGNames::inAttr) {
SVGSymbolElement.cpp 57 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName)
64 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
82 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName)
84 if (!isSupportedAttribute(attrName)) {
85 SVGElement::svgAttributeChanged(attrName);
92 if (attrName == SVGNames::viewBoxAttr)
SVGFEDisplacementMapElement.cpp 62 bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attrName)
72 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
114 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName)
117 if (attrName == SVGNames::xChannelSelectorAttr)
119 if (attrName == SVGNames::yChannelSelectorAttr)
121 if (attrName == SVGNames::scaleAttr)
128 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName)
130 if (!isSupportedAttribute(attrName)) {
131 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
137 if (attrName == SVGNames::xChannelSelectorAttr || attrName == SVGNames::yChannelSelectorAttr || attrName == SVG (…)
    [all...]
SVGCircleElement.cpp 63 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName)
73 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
96 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName)
98 if (!isSupportedAttribute(attrName)) {
99 SVGGraphicsElement::svgAttributeChanged(attrName);
105 bool isLengthAttribute = attrName == SVGNames::cxAttr
106 || attrName == SVGNames::cyAttr
107 || attrName == SVGNames::rAttr;
122 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
    [all...]
SVGRectElement.cpp 72 bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName)
85 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
114 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName)
116 if (!isSupportedAttribute(attrName)) {
117 SVGGraphicsElement::svgAttributeChanged(attrName);
123 bool isLengthAttribute = attrName == SVGNames::xAttr
124 || attrName == SVGNames::yAttr
125 || attrName == SVGNames::widthAttr
126 || attrName == SVGNames::heightAttr
127 || attrName == SVGNames::rxAtt
    [all...]
SVGGElement.cpp 54 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName)
59 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
75 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName)
77 if (!isSupportedAttribute(attrName)) {
78 SVGGraphicsElement::svgAttributeChanged(attrName);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 89 ALWAYS_INLINE void invalidateCache(const QualifiedName* attrName) const
91 if (!attrName || shouldInvalidateTypeOnAttributeChange(invalidationType(), *attrName))
93 else if (hasIdNameCache() && (*attrName == HTMLNames::idAttr || *attrName == HTMLNames::nameAttr))
164 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName)
168 return attrName == HTMLNames::classAttr;
170 return attrName == HTMLNames::nameAttr;
172 return attrName == HTMLNames::idAttr || attrName == HTMLNames::nameAttr
    [all...]
MutationEvent.cpp 38 const String& attrName, unsigned short attrChange)
43 , m_attrName(attrName)
55 const String& attrName, unsigned short attrChange)
65 m_attrName = attrName;
MutationEvent.h 48 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0)
50 return adoptRef(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange));
55 const String& attrName, unsigned short attrChange);
60 String attrName() const { return m_attrName; }
69 const String& attrName, unsigned short attrChange);
  /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...]
  /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 201 milliseconds

1 2 3 4 5 6 7 8 910