/external/proguard/src/proguard/classfile/editor/ |
D | NamedAttributeDeleter.java | 36 private final String attributeName; field in NamedAttributeDeleter 39 public NamedAttributeDeleter(String attributeName) in NamedAttributeDeleter()
|
D | AttributesEditor.java | 144 public void deleteAttribute(String attributeName) in deleteAttribute() 228 String attributeName) in deleteAttribute() 257 String attributeName) in findAttribute()
|
/external/webkit/Source/WebCore/svg/properties/ |
D | SVGAnimatedTransformListPropertyTearOff.h | 49 …ormListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, SVG… in create() 55 …edTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVG… in SVGAnimatedTransformListPropertyTearOff()
|
D | SVGAnimatedProperty.h | 37 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()
|
D | SVGAnimatedPropertyTearOff.h | 49 …TearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, Pro… in create() 55 …SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, Propert… in SVGAnimatedPropertyTearOff()
|
D | SVGAnimatedStaticPropertyTearOff.h | 54 …TearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, Pro… in create() 60 …SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, P… in SVGAnimatedStaticPropertyTearOff()
|
D | SVGAnimatedPathSegListPropertyTearOff.h | 57 …SegListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, SVG… in create() 63 …atedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, SVG… in SVGAnimatedPathSegListPropertyTearOff()
|
D | SVGAnimatedListPropertyTearOff.h | 88 …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/ |
D | SVGStringList.h | 35 SVGStringList(const QualifiedName& attributeName) in SVGStringList()
|
D | SVGAnimateElement.cpp | 101 …nline void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, Str… in adjustForInheritance() 323 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, con… in inheritsFromProperty()
|
D | SVGAnimationElement.cpp | 293 …lement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName) in isTargetAttributeCSSProperty() 307 QualifiedName attributeName = this->attributeName(); in setTargetAttributeAnimatedValue() local
|
D | SVGStyledElement.cpp | 391 QualifiedName attributeName(nullAtom, name, nullAtom); in getPresentationAttribute() local
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLMetaCharsetParser.cpp | 112 AtomicString attributeName(iter->m_name.data(), iter->m_name.size()); in processMeta() local
|
D | HTMLPreloadScanner.cpp | 69 AtomicString attributeName(iter->m_name.data(), iter->m_name.size()); in processAttributes() local
|
D | XSSFilter.cpp | 417 bool XSSFilter::eraseAttributeIfInjected(HTMLToken& token, const QualifiedName& attributeName, cons… in eraseAttributeIfInjected()
|
D | HTMLToken.h | 443 Attribute* getAttributeItem(const QualifiedName& attributeName) in getAttributeItem()
|
/external/webkit/Source/WebCore/svg/animation/ |
D | SMILTimeContainer.cpp | 200 QualifiedName attributeName = key.second; in baseValueFor() local 268 QualifiedName attributeName = animation->attributeName(); in updateAnimations() local
|
D | SVGSMILElement.h | 59 const QualifiedName& attributeName() const { return m_attributeName; } in attributeName() function
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Shader.cpp | 446 int VertexShader::getSemanticIndex(const std::string &attributeName) in getSemanticIndex() 474 char attributeName[256]; in parseAttributes() local
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebPageSerializer.cpp | 63 const QualifiedName* attributeName = 0; in getSubResourceURLFromElement() local
|
/external/webkit/Source/WebCore/dom/ |
D | DatasetDOMStringMap.cpp | 73 …atic bool propertyNameMatchesAttributeName(const String& propertyName, const String& attributeName) in propertyNameMatchesAttributeName()
|
D | Element.cpp | 666 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()
|
D | Element.h | 512 inline bool Element::isIdAttributeName(const QualifiedName& attributeName) const in isIdAttributeName()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ElementsTreeOutline.js | 842 _triggerEditAttribute: function(attributeName) argument 1016 _attributeEditingCommitted: function(element, newText, oldText, attributeName, moveDirection) argument
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testatk.c | 922 …ean atkAttributeSetAttributeNameHasValue(AtkAttributeSet* set, const gchar* attributeName, const g… in atkAttributeSetAttributeNameHasValue() 930 …tic gboolean atkAttributeSetContainsAttributeName(AtkAttributeSet* set, const gchar* attributeName) in atkAttributeSetContainsAttributeName()
|