OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attributeName
(Results
1 - 25
of
145
) sorted by null
1
2
3
4
5
6
/external/proguard/src/proguard/classfile/editor/
NamedAttributeDeleter.java
36
private final String
attributeName
;
39
public NamedAttributeDeleter(String
attributeName
)
41
this.
attributeName
=
attributeName
;
52
new AttributesEditor(programClass, false).deleteAttribute(
attributeName
);
AttributesEditor.java
144
public void deleteAttribute(String
attributeName
)
152
attributeName
);
159
attributeName
);
166
attributeName
);
228
String
attributeName
)
233
attributeName
);
257
String
attributeName
)
261
if (attributes[index].getAttributeName(targetClass).equals(
attributeName
))
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAttributeToPropertyMap.h
44
void animatedPropertiesForAttribute(SVGElement* contextElement, const QualifiedName&
attributeName
, Vector<RefPtr<SVGAnimatedProperty> >&);
45
void animatedPropertyTypeForAttribute(const QualifiedName&
attributeName
, Vector<AnimatedPropertyType>&);
48
bool synchronizeProperty(SVGElement* contextElement, const QualifiedName&
attributeName
);
52
void synchronizeProperty(SVGElement* contextElement, const QualifiedName&
attributeName
, const SVGPropertyInfo*);
53
PassRefPtr<SVGAnimatedProperty> animatedProperty(SVGElement* contextElement, const QualifiedName&
attributeName
, const SVGPropertyInfo*);
SVGAnimatedEnumerationPropertyTearOff.h
42
static PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<EnumType> > create(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, EnumType& property)
45
return adoptRef(new SVGAnimatedEnumerationPropertyTearOff<EnumType>(contextElement,
attributeName
, animatedPropertyType, reinterpret_cast<unsigned&>(property)));
56
SVGAnimatedEnumerationPropertyTearOff(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, unsigned& property)
57
: SVGAnimatedStaticPropertyTearOff<unsigned>(contextElement,
attributeName
, animatedPropertyType, property)
SVGAnimatedTransformListPropertyTearOff.h
45
static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, SVGTransformList& values)
48
return adoptRef(new SVGAnimatedTransformListPropertyTearOff(contextElement,
attributeName
, animatedPropertyType, values));
52
SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, SVGTransformList& values)
53
: SVGAnimatedListPropertyTearOff<SVGTransformList>(contextElement,
attributeName
, animatedPropertyType, values)
SVGAttributeToPropertyMap.cpp
38
const QualifiedName&
attributeName
= firstProperty->
attributeName
;
43
PropertiesVector* vector = getOrCreatePropertiesVector(
attributeName
);
49
ASSERT(
attributeName
== (*mapVectorIt)->
attributeName
);
59
PropertiesVector* vector = getOrCreatePropertiesVector(info->
attributeName
);
64
void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const QualifiedName&
attributeName
, Vector<RefPtr<SVGAnimatedProperty> >& properties)
67
PropertiesVector* vector = m_map.get(
attributeName
);
74
properties.append(animatedProperty(ownerType,
attributeName
, *vectorIt));
77
void SVGAttributeToPropertyMap::animatedPropertyTypeForAttribute(const QualifiedName&
attributeName
, Vector<AnimatedPropertyType>& propertyTypes
[
all
...]
SVGAnimatedStaticPropertyTearOff.h
52
static PassRefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, PropertyType& property)
55
return adoptRef(new SVGAnimatedStaticPropertyTearOff<PropertyType>(contextElement,
attributeName
, animatedPropertyType, property));
102
SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, PropertyType& property)
103
: SVGAnimatedProperty(contextElement,
attributeName
, animatedPropertyType)
SVGAnimatedPropertyDescription.h
52
SVGAnimatedPropertyDescription(SVGElement* element, const AtomicString&
attributeName
)
54
, m_attributeName(
attributeName
.impl())
SVGPropertyInfo.h
68
,
attributeName
(newAttributeName)
77
const QualifiedName&
attributeName
;
SVGAnimatedPathSegListPropertyTearOff.h
62
static PassRefPtr<SVGAnimatedPathSegListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values)
65
return adoptRef(new SVGAnimatedPathSegListPropertyTearOff(contextElement,
attributeName
, animatedPropertyType, values));
107
SVGAnimatedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values)
108
: SVGAnimatedListPropertyTearOff<SVGPathSegList>(contextElement,
attributeName
, animatedPropertyType, values)
SVGAnimatedPropertyTearOff.h
61
static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, PropertyType& property)
64
return adoptRef(new SVGAnimatedPropertyTearOff<PropertyType>(contextElement,
attributeName
, animatedPropertyType, property));
110
SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName&
attributeName
, AnimatedPropertyType animatedPropertyType, PropertyType& property)
111
: SVGAnimatedProperty(contextElement,
attributeName
, animatedPropertyType)
/packages/apps/Mms/src/org/w3c/dom/smil/
ElementTargetAttributes.java
23
public void setAttributeName(String
attributeName
);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGStringList.h
34
SVGStringList(const QualifiedName&
attributeName
)
35
: m_attributeName(
attributeName
)
SVGAnimateElement.cpp
71
targetElement->animatedPropertyTypeForAttribute(
attributeName
(), propertyTypes);
207
const QualifiedName&
attributeName
= this->
attributeName
();
208
ShouldApplyAnimation shouldApply = shouldApplyAnimation(targetElement,
attributeName
);
215
m_animatedProperties = animator->findAnimatedPropertiesForAttributeName(targetElement,
attributeName
);
237
ASSERT(SVGAnimationElement::isTargetAttributeCSSProperty(targetElement,
attributeName
));
238
computeCSSPropertyValue(targetElement, cssPropertyID(
attributeName
.localName()), baseValue);
244
m_animatedType->setValueAsString(
attributeName
, baseValue);
265
static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedName&
attributeName
, const String& valueAsString)
268
if (
attributeName
== anyQName() || !targetElement->inDocument() || !targetElement->parentNode()
[
all
...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ResourceReferenceResolver.java
38
private void resolveUnresolvedReferences(String
attributeName
, T value) {
39
List<String> references = unresolvedReferences.remove(
attributeName
);
48
private void addUnresolvedReference(String valuePointer, String
attributeName
) {
49
List<String> references = unresolvedReferences.get(
attributeName
);
52
unresolvedReferences.put(
attributeName
, references);
58
String
attributeName
= rawValue.substring(1);
59
T value = attributeNamesToValues.get(
attributeName
);
61
addUnresolvedReference(valuePointer,
attributeName
);
/dalvik/dx/src/com/android/dx/cf/attrib/
BaseAnnotations.java
36
* @param
attributeName
{@code non-null;} the name of the attribute
41
public BaseAnnotations(String
attributeName
, Annotations annotations,
43
super(
attributeName
);
BaseParameterAnnotations.java
36
* @param
attributeName
{@code non-null;} the name of the attribute
41
public BaseParameterAnnotations(String
attributeName
,
43
super(
attributeName
);
/external/chromium_org/third_party/WebKit/Source/core/dom/
MutationObserverInterestGroup.cpp
39
PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node& target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName*
attributeName
)
41
ASSERT((type == MutationObserver::Attributes &&
attributeName
) || !
attributeName
);
43
target.getRegisteredMutationObserversOfType(observers, type,
attributeName
);
MutationObserverRegistration.cpp
106
bool MutationObserverRegistration::shouldReceiveMutationFrom(Node* node, MutationObserver::MutationType type, const QualifiedName*
attributeName
) const
108
ASSERT((type == MutationObserver::Attributes &&
attributeName
) || !
attributeName
);
118
if (!
attributeName
->namespaceURI().isNull())
121
return m_attributeFilter.contains(
attributeName
->localName());
MutationObserverInterestGroup.h
62
static PassOwnPtr<MutationObserverInterestGroup> createForAttributesMutation(Node& target, const QualifiedName&
attributeName
)
67
return createIfNeeded(target, MutationObserver::Attributes, MutationObserver::AttributeOldValue, &
attributeName
);
74
static PassOwnPtr<MutationObserverInterestGroup> createIfNeeded(Node& target, MutationObserver::MutationType, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName*
attributeName
= 0);
/external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.h
65
inline bool hasSelectorForAttribute(const AtomicString&
attributeName
) const
67
ASSERT(!
attributeName
.isEmpty());
68
return attrsInRules.contains(
attributeName
);
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
SelectRuleFeatureSet.h
80
inline bool SelectRuleFeatureSet::hasSelectorForAttribute(const AtomicString&
attributeName
) const
82
ASSERT(!
attributeName
.isEmpty());
83
return m_cssRuleFeatureSet.attrsInRules.contains(
attributeName
);
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementretrieveallattributes.java
66
String
attributeName
;
82
attributeName
= attribute.getNodeName();
83
actual.add(
attributeName
);
hc_nodecloneattributescopied.java
68
String
attributeName
;
87
attributeName
= attributeNode.getNodeName();
88
result.add(
attributeName
);
nodecloneattributescopied.java
71
String
attributeName
;
85
attributeName
= attributeNode.getNodeName();
86
result.add(
attributeName
);
Completed in 525 milliseconds
1
2
3
4
5
6