HomeSort by relevance Sort by last modified time
    Searched defs:attributeName (Results 1 - 25 of 62) sorted by null

1 2 3

  /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);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MutationRecord.h 67 virtual const AtomicString& attributeName() { return nullAtom; }
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 35 const QualifiedName& attributeName() const { return m_attributeName; }
57 wrapper = TearOffType::create(element, info->attributeName, info->animatedPropertyType, property);
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...]
SVGPropertyInfo.h 68 , attributeName(newAttributeName)
77 const QualifiedName& attributeName;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
SetScrollViewSizeFix.java 57 String attributeName = isHorizontal ? ATTR_LAYOUT_WIDTH : ATTR_LAYOUT_HEIGHT;
58 element.setAttributeNS(ANDROID_URI, attributeName, VALUE_WRAP_CONTENT);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLMetaCharsetParser.cpp 109 String attributeName = StringImpl::create8BitIfPossible(iter->name);
111 attributes.append(std::make_pair(attributeName, attributeValue));
125 const AtomicString& attributeName = iter->first;
128 if (attributeName == http_equivAttr) {
132 if (attributeName == charsetAttr) {
135 } else if (attributeName == contentAttr) {
  /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);
  /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);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.cpp 69 targetElement->animatedPropertyTypeForAttribute(attributeName(), propertyTypes);
206 const QualifiedName& attributeName = this->attributeName();
207 ShouldApplyAnimation shouldApply = shouldApplyAnimation(targetElement, attributeName);
214 m_animatedProperties = animator->findAnimatedPropertiesForAttributeName(targetElement, attributeName);
232 ASSERT(SVGAnimationElement::isTargetAttributeCSSProperty(targetElement, attributeName));
233 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
239 m_animatedType->setValueAsString(attributeName, baseValue);
260 static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName, const String& valueAsString)
263 if (attributeName == anyQName() || !targetElement->inDocument() || !targetElement->parentNode()
    [all...]
SVGAnimationElement.cpp 362 bool SVGAnimationElement::isTargetAttributeCSSProperty(SVGElement* targetElement, const QualifiedName& attributeName)
366 return SVGElement::isAnimatableCSSProperty(attributeName);
369 SVGAnimationElement::ShouldApplyAnimation SVGAnimationElement::shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName)
371 if (!hasValidAttributeType() || !targetElement || attributeName == anyQName())
375 if (isTargetAttributeCSSProperty(targetElement, attributeName))
378 // If attributeType="CSS" and attributeName doesn't point to a CSS property, ignore the animation.
652 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value)
663 computeCSSPropertyValue(svgParent, cssPropertyID(attributeName.localName()), value);
666 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, const String& value)
673 return SVGElement::isAnimatableCSSProperty(attributeName);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializer.cpp 67 const QualifiedName* attributeName = 0;
69 attributeName = &HTMLNames::srcAttr;
72 attributeName = &HTMLNames::srcAttr;
77 attributeName = &HTMLNames::backgroundAttr;
82 attributeName = &HTMLNames::citeAttr;
88 attributeName = &HTMLNames::hrefAttr;
91 attributeName = &HTMLNames::dataAttr;
93 attributeName = &HTMLNames::srcAttr;
95 if (!attributeName)
98 String value = element->getAttribute(*attributeName);
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 287 String attributeName = readAttributeName(true);
288 if (attributeName == null) {
297 || "expires".equals(attributeName) || "port".equals(attributeName)
304 setAttribute(cookie, attributeName, attributeValue);
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.cpp 84 const char* attributeName = attributes[currentAttributeIndex];
86 int nameLength = strlen(attributeName);
88 if (strncmp(attributeName, "variant", nameLength) == 0) {
94 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
97 //each element is a pair of attributeName/attributeValue string pairs
  /external/skia/src/ports/
SkFontConfigParser_android.cpp 84 const char* attributeName = attributes[currentAttributeIndex];
86 int nameLength = strlen(attributeName);
88 if (strncmp(attributeName, "variant", nameLength) == 0) {
94 } else if (strncmp(attributeName, "lang", nameLength) == 0) {
97 //each element is a pair of attributeName/attributeValue string pairs
  /frameworks/base/services/java/com/android/server/firewall/
StringFilter.java 79 String attributeName = parser.getAttributeName(attributeIndex);
81 switch (attributeName.charAt(0)) {
83 if (!attributeName.equals(ATTR_EQUALS)) {
88 if (!attributeName.equals(ATTR_IS_NULL)) {
93 if (!attributeName.equals(ATTR_STARTS_WITH)) {
99 if (!attributeName.equals(ATTR_CONTAINS)) {
104 if (!attributeName.equals(ATTR_PATTERN)) {
110 if (!attributeName.equals(ATTR_REGEX)) {
  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeResources.java 133 String attributeName = resourceInfo.getSecond();
135 return Pair.of(attributeName, mContext.getRenderResources().getFrameworkResource(
136 resourceInfo.getFirst(), attributeName));
145 String attributeName = resourceInfo.getSecond();
147 return Pair.of(attributeName, mContext.getRenderResources().getProjectResource(
148 resourceInfo.getFirst(), attributeName));
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.h 59 const QualifiedName& attributeName() const { return m_attributeName; }
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
Shader.cpp 555 int VertexShader::getSemanticIndex(const std::string &attributeName)
557 if (!attributeName.empty())
562 if (attribute->name == attributeName)
584 char attributeName[256];
586 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName);
593 mAttributes.push_back(Attribute(parseType(attributeType), attributeName));
  /external/chromium_org/remoting/webapp/
jscompiler_hacks.js 54 MutationRecord.prototype.attributeName;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.cpp 178 const WebString& attributeName = params.attributeNames[i];
181 if (attributeName == kAttributePrimitive)
183 else if (attributeName == kAttributeBackgroundColor)
185 else if (attributeName == kAttributePrimitiveColor)
187 else if (attributeName == kAttributeOpacity)
189 else if (attributeName == kAttributeAcceptsTouch)
191 else if (attributeName == kAttributeReRequestTouchEvents)
193 else if (attributeName == kAttributePrintEventDetails)
195 else if (attributeName == kAttributeCanProcessDrag)
197 else if (attributeName == kAttributePrintUserGestureStatus
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 244 inline const QualifiedName& attributeName() const { return m_attrName; }
    [all...]
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 773 String attributeName = clazz.getString(u2attributeNameIndex);
775 attributeName.equals(ClassConstants.ATTR_SourceFile) ? (Attribute)new SourceFileAttribute():
776 attributeName.equals(ClassConstants.ATTR_SourceDir) ? (Attribute)new SourceDirAttribute():
777 attributeName.equals(ClassConstants.ATTR_InnerClasses) ? (Attribute)new InnerClassesAttribute():
778 attributeName.equals(ClassConstants.ATTR_EnclosingMethod) ? (Attribute)new EnclosingMethodAttribute():
779 attributeName.equals(ClassConstants.ATTR_Deprecated) ? (Attribute)new DeprecatedAttribute():
780 attributeName.equals(ClassConstants.ATTR_Synthetic) ? (Attribute)new SyntheticAttribute():
781 attributeName.equals(ClassConstants.ATTR_Signature) ? (Attribute)new SignatureAttribute():
782 attributeName.equals(ClassConstants.ATTR_ConstantValue) ? (Attribute)new ConstantValueAttribute():
783 attributeName.equals(ClassConstants.ATTR_Exceptions) ? (Attribute)new ExceptionsAttrib (…)
    [all...]

Completed in 1011 milliseconds

1 2 3