Searched defs:attributeName (Results 1 - 25 of 91) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedEnumerationBase.h46 SVGAnimatedEnumerationBase(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumerationBase> initialValue) argument
47 : SVGAnimatedProperty<SVGEnumerationBase>(contextElement, attributeName, initialValue)
H A DSVGAnimatedPath.cpp38 SVGAnimatedPath::SVGAnimatedPath(SVGPathElement* contextElement, const QualifiedName& attributeName) argument
39 : SVGAnimatedProperty<SVGPathSegList>(contextElement, attributeName, SVGPathSegList::create(contextElement))
H A DSVGAnimatedPath.h45 static PassRefPtr<SVGAnimatedPath> create(SVGPathElement* contextElement, const QualifiedName& attributeName) argument
47 return adoptRef(new SVGAnimatedPath(contextElement, attributeName));
H A DSVGAnimatedPreserveAspectRatio.h41 static PassRefPtr<SVGAnimatedPreserveAspectRatio> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue) argument
43 return adoptRef(new SVGAnimatedPreserveAspectRatio(contextElement, attributeName, initialValue));
47 SVGAnimatedPreserveAspectRatio(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGPreserveAspectRatio> initialValue) argument
48 : SVGAnimatedProperty<SVGPreserveAspectRatio>(contextElement, attributeName, initialValue)
H A DSVGAnimatedRect.h41 static PassRefPtr<SVGAnimatedRect> create(SVGElement* contextElement, const QualifiedName& attributeName) argument
43 return adoptRef(new SVGAnimatedRect(contextElement, attributeName));
47 SVGAnimatedRect(SVGElement* contextElement, const QualifiedName& attributeName) argument
48 : SVGAnimatedProperty<SVGRect>(contextElement, attributeName, SVGRect::create(SVGRect::InvalidSVGRectTag()))
H A DSVGStringListTearOff.cpp36 SVGStringListTearOff::SVGStringListTearOff(PassRefPtr<SVGStringList> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) argument
37 : SVGPropertyTearOff<SVGStringList>(target, contextElement, propertyIsAnimVal, attributeName)
H A DSVGAnimatedBoolean.h41 static PassRefPtr<SVGAnimatedBoolean> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue) argument
43 return adoptRef(new SVGAnimatedBoolean(contextElement, attributeName, initialValue));
47 SVGAnimatedBoolean(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGBoolean> initialValue) argument
48 : SVGAnimatedProperty<SVGBoolean>(contextElement, attributeName, initialValue)
H A DSVGAnimatedEnumeration.h41 static PassRefPtr<SVGAnimatedEnumeration<Enum> > create(SVGElement* contextElement, const QualifiedName& attributeName, Enum initialValue) argument
43 return adoptRef(new SVGAnimatedEnumeration(contextElement, attributeName, SVGEnumeration<Enum>::create(initialValue)));
46 static PassRefPtr<SVGAnimatedEnumeration<Enum> > create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumeration<Enum> > initialValue) argument
48 return adoptRef(new SVGAnimatedEnumeration(contextElement, attributeName, initialValue));
67 SVGAnimatedEnumeration(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGEnumeration<Enum> > initialValue) argument
68 : SVGAnimatedEnumerationBase(contextElement, attributeName, initialValue)
H A DSVGAnimatedIntegerOptionalInteger.cpp37 SVGAnimatedIntegerOptionalInteger::SVGAnimatedIntegerOptionalInteger(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue) argument
38 : SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>(contextElement, attributeName,
40 , m_firstInteger(SVGAnimatedInteger::create(contextElement, attributeName, baseValue()->firstInteger()))
41 , m_secondInteger(SVGAnimatedInteger::create(contextElement, attributeName, baseValue()->secondInteger()))
H A DSVGAnimatedLength.h41 static PassRefPtr<SVGAnimatedLength> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode) argument
43 return adoptRef(new SVGAnimatedLength(contextElement, attributeName, initialValue, negativeValuesMode));
50 SVGAnimatedLength(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGLength> initialValue, SVGLengthNegativeValuesMode negativeValuesMode) argument
51 : SVGAnimatedProperty<SVGLength>(contextElement, attributeName, initialValue)
H A DSVGAnimatedNumberOptionalNumber.cpp26 SVGAnimatedNumberOptionalNumber::SVGAnimatedNumberOptionalNumber(SVGElement* contextElement, const QualifiedName& attributeName, float initialFirstValue, float initialSecondValue) argument
27 : SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>(contextElement, attributeName,
29 , m_firstNumber(SVGAnimatedNumber::create(contextElement, attributeName, baseValue()->firstNumber()))
30 , m_secondNumber(SVGAnimatedNumber::create(contextElement, attributeName, baseValue()->secondNumber()))
H A DSVGAnimatedString.h41 static PassRefPtr<SVGAnimatedString> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue) argument
43 return adoptRef(new SVGAnimatedString(contextElement, attributeName, initialValue));
47 SVGAnimatedString(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGString> initialValue) argument
48 : SVGAnimatedProperty<SVGString>(contextElement, attributeName, initialValue)
H A DSVGNumberTearOff.cpp40 SVGNumberTearOff::SVGNumberTearOff(PassRefPtr<SVGNumber> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) argument
41 : SVGPropertyTearOff<SVGNumber>(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 DSVGAnimatedInteger.h44 static PassRefPtr<SVGAnimatedInteger> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue) argument
46 return adoptRef(new SVGAnimatedInteger(contextElement, attributeName, initialValue));
57 SVGAnimatedInteger(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGInteger> initialValue) argument
58 : SVGAnimatedProperty<SVGInteger>(contextElement, attributeName, initialValue)
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 DSVGAnimatedNumber.h44 static PassRefPtr<SVGAnimatedNumber> create(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGNumber> initialValue) argument
46 return adoptRef(new SVGAnimatedNumber(contextElement, attributeName, initialValue));
57 SVGAnimatedNumber(SVGElement* contextElement, const QualifiedName& attributeName, PassRefPtr<SVGNumber> initialValue) argument
58 : SVGAnimatedProperty<SVGNumber>(contextElement, attributeName, initialValue)
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.cpp41 SVGPointTearOff::SVGPointTearOff(PassRefPtr<SVGPoint> target, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName) argument
42 : SVGPropertyTearOff<SVGPoint>(target, contextElement, propertyIsAnimVal, attributeName)
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationRecord.h67 virtual const AtomicString& attributeName() { return nullAtom; } function in class:blink::MutationRecord
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/owasp/sanitizer/src/main/org/owasp/html/
H A DStandardUrlAttributePolicy.java43 public String apply(String elementName, String attributeName, String s) { argument
/external/proguard/src/proguard/classfile/editor/
H A DNamedAttributeDeleter.java36 private final String attributeName; field in class:NamedAttributeDeleter
39 public NamedAttributeDeleter(String attributeName) argument
41 this.attributeName = attributeName;
52 new AttributesEditor(programClass, false).deleteAttribute(attributeName);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLMetaCharsetParser.cpp59 String attributeName = attemptStaticStringCreation(iter->name, Likely8Bit); local
61 attributes.append(std::make_pair(attributeName, attributeValue));

Completed in 1611 milliseconds

1234