Searched refs:attributeName (Results 26 - 50 of 155) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedIntegerOptionalInteger.h46 static PassRefPtr<SVGAnimatedIntegerOptionalInteger> create(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue = 0, float initialSecondValue = 0) argument
48 return adoptRef(new SVGAnimatedIntegerOptionalInteger(contextElement, attributeName, initialFirstValue, initialSecondValue));
59 SVGAnimatedIntegerOptionalInteger(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue);
H A DSVGAnimatedNumberOptionalNumber.h46 static PassRefPtr<SVGAnimatedNumberOptionalNumber> create(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue = 0, float initialSecondValue = 0) argument
48 return adoptRef(new SVGAnimatedNumberOptionalNumber(contextElement, attributeName, initialFirstValue, initialSecondValue));
59 SVGAnimatedNumberOptionalNumber(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue);
H A DSVGPointTearOff.h45 static PassRefPtr<SVGPointTearOff> create(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
47 return adoptRef(new SVGPointTearOff(target, contextElement, propertyIsAnimVal, attributeName));
58 SVGPointTearOff(PassRefPtr<SVGPoint>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
H A DSVGRectTearOff.h43 static PassRefPtr<SVGRectTearOff> create(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
45 return adoptRef(new SVGRectTearOff(target, contextElement, propertyIsAnimVal, attributeName));
58 SVGRectTearOff(PassRefPtr<SVGRect>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
H A DSVGStaticStringList.cpp36 SVGStaticStringList::SVGStaticStringList(SVGElement* contextElement, const QualifiedName& attributeName) argument
37 : SVGAnimatedPropertyBase(AnimatedStringList, contextElement, attributeName)
81 m_tearOff = SVGStringListTearOff::create(m_value, contextElement(), PropertyIsNotAnimVal, attributeName());
H A DSVGTransformListTearOff.cpp40 SVGTransformListTearOff::SVGTransformListTearOff(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
41 : SVGListPropertyTearOffHelper<SVGTransformListTearOff, SVGTransformList>(target, contextElement, propertyIsAnimVal, attributeName)
H A DSVGTransformListTearOff.h45 static PassRefPtr<SVGTransformListTearOff> create(PassRefPtr<SVGTransformList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
47 return adoptRef(new SVGTransformListTearOff(target, contextElement, propertyIsAnimVal, attributeName));
H A DSVGAnimateElement.cpp163 const QualifiedName& attributeName = this->attributeName(); local
164 ShouldApplyAnimation shouldApply = shouldApplyAnimation(targetElement, attributeName);
190 ASSERT(SVGAnimationElement::isTargetAttributeCSSProperty(targetElement, attributeName));
191 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
219 static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName, const String& valueAsString) argument
222 if (attributeName == anyQName() || !targetElement->inDocument() || !targetElement->parentNode())
225 CSSPropertyID id = cssPropertyID(attributeName.localName());
239 static inline void removeCSSPropertyFromTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName) argument
242 if (attributeName
259 notifyTargetAboutAnimValChange(SVGElement* targetElement, const QualifiedName& attributeName) argument
268 notifyTargetAndInstancesAboutAnimValChange(SVGElement* targetElement, const QualifiedName& attributeName) argument
375 setAttributeName(const QualifiedName& attributeName) argument
[all...]
H A DSVGPointTearOff.cpp41 SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) argument
42 : SVGPropertyTearOff<SVGPoint>(target, contextElement, propertyIsAnimVal, attributeName)
H A DSVGPreserveAspectRatioTearOff.cpp68 SVGPreserveAspectRatioTearOff::SVGPreserveAspectRatioTearOff(PassRefPtr<SVGPreserveAspectRatio> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) argument
69 : SVGPropertyTearOff<SVGPreserveAspectRatio>(target, contextElement, propertyIsAnimVal, attributeName)
H A DSVGRectTearOff.cpp40 SVGRectTearOff::SVGRectTearOff(PassRefPtr<SVGRect> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) argument
41 : SVGPropertyTearOff<SVGRect>(target, contextElement, propertyIsAnimVal, attributeName)
H A DSVGStaticStringList.h45 static PassRefPtr<SVGStaticStringList> create(SVGElement* contextElement, const QualifiedName& attributeName) argument
47 return adoptRef(new SVGStaticStringList(contextElement, attributeName));
H A DSVGLengthTearOff.h58 static PassRefPtr<SVGLengthTearOff> create(PassRefPtr<SVGLength> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
60 return adoptRef(new SVGLengthTearOff(target, contextElement, propertyIsAnimVal, attributeName));
75 SVGLengthTearOff(PassRefPtr<SVGLength>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
H A DSVGPreserveAspectRatioTearOff.h63 static PassRefPtr<SVGPreserveAspectRatioTearOff> create(PassRefPtr<SVGPreserveAspectRatio> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName = QualifiedName::null())
65 return adoptRef(new SVGPreserveAspectRatioTearOff(target, contextElement, propertyIsAnimVal, attributeName));
74 SVGPreserveAspectRatioTearOff(PassRefPtr<SVGPreserveAspectRatio>, SVGElement* contextElement, PropertyIsAnimValType, const QualifiedName& attributeName = QualifiedName::null());
/external/proguard/src/proguard/classfile/editor/
H A DAttributesEditor.java144 public void deleteAttribute(String attributeName) argument
152 attributeName);
159 attributeName);
166 attributeName);
228 String attributeName)
233 attributeName);
257 String attributeName)
261 if (attributes[index].getAttributeName(targetClass).equals(attributeName))
226 deleteAttribute(int attributesCount, Attribute[] attributes, String attributeName) argument
255 findAttribute(int attributesCount, Attribute[] attributes, String attributeName) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DResourceReferenceResolver.java54 private void resolveUnresolvedReferences(String attributeName, T value) { argument
55 List<String> references = unresolvedReferences.remove(attributeName);
64 private void addUnresolvedReference(String valuePointer, String attributeName) { argument
65 List<String> references = unresolvedReferences.get(attributeName);
68 unresolvedReferences.put(attributeName, references);
74 String attributeName = rawValue.substring(1);
75 T value = attributeNamesToValues.get(attributeName);
77 addUnresolvedReference(valuePointer, attributeName);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLPreloadScanner.cpp141 AtomicString attributeName(iter->name);
143 processAttribute(attributeName, attributeValue);
180 void processScriptAttribute(const NameType& attributeName, const String& attributeValue) argument
183 if (match(attributeName, srcAttr))
185 else if (match(attributeName, crossoriginAttr))
187 else if (match(attributeName, asyncAttr))
189 else if (match(attributeName, deferAttr))
194 void processImgAttribute(const NameType& attributeName, const String& attributeValue) argument
196 if (match(attributeName, srcAttr) && m_imgSrcUrl.isNull()) {
199 } else if (match(attributeName, crossoriginAtt
216 processLinkAttribute(const NameType& attributeName, const String& attributeValue) argument
230 processInputAttribute(const NameType& attributeName, const String& attributeValue) argument
240 processSourceAttribute(const NameType& attributeName, const String& attributeValue) argument
261 processAttribute(const NameType& attributeName, const String& attributeValue) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDatasetDOMStringMap.cpp74 static bool propertyNameMatchesAttributeName(const CharType1* propertyName, const CharType2* attributeName, unsigned propertyLength, unsigned attributeLength) argument
80 if (attributeName[a] == '-' && a + 1 < attributeLength && isASCIILower(attributeName[a + 1]))
83 if ((wordBoundary ? toASCIIUpper(attributeName[a]) : attributeName[a]) != propertyName[p])
94 static bool propertyNameMatchesAttributeName(const String& propertyName, const String& attributeName) argument
96 if (!attributeName.startsWith("data-"))
100 unsigned attributeLength = attributeName.length();
103 if (attributeName.is8Bit())
104 return propertyNameMatchesAttributeName(propertyName.characters8(), attributeName
201 AtomicString attributeName = convertPropertyNameToAttributeName(name); local
[all...]
H A DMutationRecord.idl42 readonly attribute DOMString? attributeName;
H A DMutationObserverInterestGroup.cpp39 PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName) argument
41 ASSERT((type == MutationObserver::Attributes && attributeName) || !attributeName);
43 target.getRegisteredMutationObserversOfType(observers, type, attributeName);
H A DMutationObserverInterestGroup.h63 static PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> createForAttributesMutation(Node& target, const QualifiedName& attributeName) argument
68 return createIfNeeded(target, MutationObserver::Attributes, MutationObserver::AttributeOldValue, &attributeName);
77 static PassOwnPtrWillBeRawPtr<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName = 0);
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
H A Dcr.js108 var attributeName = getAttributeName(name);
110 return this.getAttribute(attributeName);
113 var attributeName = getAttributeName(name);
115 return this.hasAttribute(attributeName);
146 var attributeName = getAttributeName(name);
151 this.removeAttribute(attributeName);
153 this.setAttribute(attributeName, value);
161 var attributeName = getAttributeName(name);
166 this.setAttribute(attributeName, name);
168 this.removeAttribute(attributeName);
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DAttributePolicy.java50 * @param attributeName the lower-case attribute name.
58 String elementName, String attributeName, String value);
95 String elementName, String attributeName, String value) {
103 String elementName, String attributeName, String value) {
119 String elementName, String attributeName, @Nullable String value) {
122 value = p.apply(elementName, attributeName, value);
57 apply( String elementName, String attributeName, String value) argument
118 apply( String elementName, String attributeName, @Nullable String value) argument
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedProperty.h73 const QualifiedName& attributeName() const function in class:blink::SVGAnimatedPropertyBase
91 SVGAnimatedPropertyBase(AnimatedPropertyType, SVGElement*, const QualifiedName& attributeName);
163 SVGAnimatedPropertyCommon(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Property> initialValue) argument
164 : SVGAnimatedPropertyBase(Property::classType(), contextElement, attributeName)
212 ASSERT(this->attributeName() != QualifiedName::null());
214 this->contextElement()->svgAttributeChanged(this->attributeName());
223 SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Property> initialValue) argument
224 : SVGAnimatedPropertyCommon<Property>(contextElement, attributeName, initialValue)
239 static PassRefPtr<SVGAnimatedProperty<Property> > create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Property> initialValue) argument
241 return adoptRef(new SVGAnimatedProperty<Property>(contextElement, attributeName, initialValu
287 SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<Property> initialValue) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DPrivateScriptRunner.h20 static v8::Handle<v8::Value> runDOMAttributeGetter(ScriptState*, ScriptState* scriptStateInUserScript, const char* className, const char* attributeName, v8::Handle<v8::Value> holder);
21 static bool runDOMAttributeSetter(ScriptState*, ScriptState* scriptStateInUserScript, const char* className, const char* attributeName, v8::Handle<v8::Value> holder, v8::Handle<v8::Value> v8Value);

Completed in 636 milliseconds

1234567