Home
last modified time | relevance | path

Searched defs:attributeName (Results 1 – 25 of 32) sorted by relevance

12

/external/proguard/src/proguard/classfile/editor/
DNamedAttributeDeleter.java36 private final String attributeName; field in NamedAttributeDeleter
39 public NamedAttributeDeleter(String attributeName) in NamedAttributeDeleter()
DAttributesEditor.java144 public void deleteAttribute(String attributeName) in deleteAttribute()
228 String attributeName) in deleteAttribute()
257 String attributeName) in findAttribute()
/external/webkit/Source/WebCore/svg/properties/
DSVGAnimatedTransformListPropertyTearOff.h49 …ormListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, SVG… in create()
55 …edTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVG… in SVGAnimatedTransformListPropertyTearOff()
DSVGAnimatedProperty.h37 const QualifiedName& attributeName() const { return m_attributeName; } in attributeName() function
65 …tr<TearOffType> lookupOrCreateWrapper(SVGElement* element, const QualifiedName& attributeName, con… in lookupOrCreateWrapper()
85 SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName) in SVGAnimatedProperty()
DSVGAnimatedPropertyTearOff.h49 …TearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, Pro… in create()
55 …SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Propert… in SVGAnimatedPropertyTearOff()
DSVGAnimatedStaticPropertyTearOff.h54 …TearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, Pro… in create()
60 …SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, P… in SVGAnimatedStaticPropertyTearOff()
DSVGAnimatedPathSegListPropertyTearOff.h57 …SegListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, SVG… in create()
63 …atedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVG… in SVGAnimatedPathSegListPropertyTearOff()
DSVGAnimatedListPropertyTearOff.h88 …TearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, Pro… in create()
95 …SVGAnimatedListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Pro… in SVGAnimatedListPropertyTearOff()
/external/webkit/Source/WebCore/svg/
DSVGStringList.h35 SVGStringList(const QualifiedName& attributeName) in SVGStringList()
DSVGAnimateElement.cpp101 …nline void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, Str… in adjustForInheritance()
323 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, con… in inheritsFromProperty()
DSVGAnimationElement.cpp293 …lement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName) in isTargetAttributeCSSProperty()
307 QualifiedName attributeName = this->attributeName(); in setTargetAttributeAnimatedValue() local
DSVGStyledElement.cpp391 QualifiedName attributeName(nullAtom, name, nullAtom); in getPresentationAttribute() local
/external/webkit/Source/WebCore/html/parser/
DHTMLMetaCharsetParser.cpp112 AtomicString attributeName(iter->m_name.data(), iter->m_name.size()); in processMeta() local
DHTMLPreloadScanner.cpp69 AtomicString attributeName(iter->m_name.data(), iter->m_name.size()); in processAttributes() local
DXSSFilter.cpp417 bool XSSFilter::eraseAttributeIfInjected(HTMLToken& token, const QualifiedName& attributeName, cons… in eraseAttributeIfInjected()
DHTMLToken.h443 Attribute* getAttributeItem(const QualifiedName& attributeName) in getAttributeItem()
/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp200 QualifiedName attributeName = key.second; in baseValueFor() local
268 QualifiedName attributeName = animation->attributeName(); in updateAnimations() local
DSVGSMILElement.h59 const QualifiedName& attributeName() const { return m_attributeName; } in attributeName() function
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DShader.cpp446 int VertexShader::getSemanticIndex(const std::string &attributeName) in getSemanticIndex()
474 char attributeName[256]; in parseAttributes() local
/external/webkit/Source/WebKit/chromium/src/
DWebPageSerializer.cpp63 const QualifiedName* attributeName = 0; in getSubResourceURLFromElement() local
/external/webkit/Source/WebCore/dom/
DDatasetDOMStringMap.cpp73 …atic bool propertyNameMatchesAttributeName(const String& propertyName, const String& attributeName) in propertyNameMatchesAttributeName()
DElement.cpp666 QualifiedName attributeName(nullAtom, localName, nullAtom); in setAttribute() local
828 const QualifiedName& attributeName = m_attributeMap->m_attributes[i]->name(); in setAttributeMap() local
1873 void Element::setIntegralAttribute(const QualifiedName& attributeName, int value) in setIntegralAttribute()
1885 void Element::setUnsignedIntegralAttribute(const QualifiedName& attributeName, unsigned value) in setUnsignedIntegralAttribute()
DElement.h512 inline bool Element::isIdAttributeName(const QualifiedName& attributeName) const in isIdAttributeName()
/external/webkit/Source/WebCore/inspector/front-end/
DElementsTreeOutline.js842 _triggerEditAttribute: function(attributeName) argument
1016 _attributeEditingCommitted: function(element, newText, oldText, attributeName, moveDirection) argument
/external/webkit/Source/WebKit/gtk/tests/
Dtestatk.c922 …ean atkAttributeSetAttributeNameHasValue(AtkAttributeSet* set, const gchar* attributeName, const g… in atkAttributeSetAttributeNameHasValue()
930 …tic gboolean atkAttributeSetContainsAttributeName(AtkAttributeSet* set, const gchar* attributeName) in atkAttributeSetContainsAttributeName()

12