/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DatasetDOMStringMap.cpp | 74 static bool propertyNameMatchesAttributeName(const String& propertyName, const String& attributeName) 76 if (!attributeName.startsWith("data-")) 80 unsigned attributeLength = attributeName.length(); 86 if (attributeName[a] == '-' && a + 1 < attributeLength && isASCIILower(attributeName[a + 1])) 89 if ((wordBoundary ? toASCIIUpper(attributeName[a]) : attributeName[a]) != propertyName[p])
|
MutationRecord.idl | 41 [TreatReturnedNullStringAs=Null] readonly attribute DOMString attributeName;
|
MutationRecord.h | 67 virtual const AtomicString& attributeName() { return nullAtom; }
|
MutationRecord.cpp | 109 virtual const AtomicString& attributeName() OVERRIDE { return m_attributeName; } 141 virtual const AtomicString& attributeName() OVERRIDE { return m_record->attributeName(); }
|
MutationObserverRegistration.h | 54 bool shouldReceiveMutationFrom(Node*, MutationObserver::MutationType, const QualifiedName* attributeName) const;
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLPreloadScanner.cpp | 122 AtomicString attributeName(iter->name); 124 processAttribute(attributeName, attributeValue); 152 void processAttribute(const NameType& attributeName, const String& attributeValue) 154 if (match(attributeName, charsetAttr)) 158 if (match(attributeName, srcAttr)) 160 else if (match(attributeName, crossoriginAttr)) 163 if (match(attributeName, srcAttr) && !m_encounteredImgSrc) { 166 } else if (match(attributeName, crossoriginAttr)) { 169 && match(attributeName, srcsetAttr) 175 if (match(attributeName, hrefAttr) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestContentAssist.java | 52 String parentTagName, String attributeName, Node node, String wordPrefix, 54 if (attributeName.endsWith(ATTRIBUTE_MIN_SDK_VERSION) 55 || attributeName.endsWith(ATTRIBUTE_TARGET_SDK_VERSION)) { 90 return super.computeAttributeValues(proposals, offset, parentTagName, attributeName,
|
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/ |
SVGAnimatedProperty.cpp | 28 SVGAnimatedProperty::SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType) 30 , m_attributeName(attributeName)
|
SVGAnimatedListPropertyTearOff.h | 165 static PassRefPtr<SVGAnimatedListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& values) 168 return adoptRef(new SVGAnimatedListPropertyTearOff<PropertyType>(contextElement, attributeName, animatedPropertyType, values)); 172 SVGAnimatedListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& values) 173 : SVGAnimatedProperty(contextElement, attributeName, animatedPropertyType)
|
SVGAnimatedProperty.h | 36 const QualifiedName& attributeName() const { return m_attributeName; } 58 wrapper = TearOffType::create(element, info->attributeName, info->animatedPropertyType, property);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
ShaderProgram.java | 144 public void setAttributeValues(String attributeName, float[] data, int componentCount) { 145 if (!setShaderAttributeValues(attributeName, data, componentCount)) { 147 attributeName + "'!"); 151 public void setAttributeValues(String attributeName, 158 if (!setShaderAttributeVertexFrame(attributeName, 166 attributeName + "'!"); 289 private native boolean setShaderAttributeValues(String attributeName, 293 private native boolean setShaderAttributeVertexFrame(String attributeName,
|
/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...] |
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedTypeAnimator.cpp | 62 SVGElementAnimatedPropertyList SVGAnimatedTypeAnimator::findAnimatedPropertiesForAttributeName(SVGElement* targetElement, const QualifiedName& attributeName) 69 targetElement->localAttributeToPropertyMap().animatedPropertiesForAttribute(targetElement, attributeName, targetProperties); 85 targetElement->localAttributeToPropertyMap().animatedPropertiesForAttribute(shadowTreeElement, attributeName, instanceProperties);
|
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. 651 void SVGAnimationElement::adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String& value) 662 computeCSSPropertyValue(svgParent, cssPropertyID(attributeName.localName()), value); 665 static bool inheritsFromProperty(SVGElement* targetElement, const QualifiedName& attributeName, const String& value) 672 return SVGElement::isAnimatableCSSProperty(attributeName); [all...] |
SVGAnimatedLength.cpp | 31 , m_lengthMode(SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attributeName())) 86 return sharedSVGLength(SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attributeName()), string); 115 SVGLengthMode lengthMode = SVGLength::lengthModeForAnimatedLengthAttribute(m_animationElement->attributeName());
|
SVGTests.cpp | 161 m_requiredFeatures.synchronize(contextElement, requiredFeaturesPropertyInfo()->attributeName, value); 170 m_requiredExtensions.synchronize(contextElement, requiredExtensionsPropertyInfo()->attributeName, value); 179 m_systemLanguage.synchronize(contextElement, systemLanguagePropertyInfo()->attributeName, value);
|
SVGAnimationElement.h | 92 ShouldApplyAnimation shouldApplyAnimation(SVGElement* targetElement, const QualifiedName& attributeName); 106 adjustForInheritance(contextElement, attributeName(), typeString); 222 void applyAnimatedValue(ShouldApplyAnimation, SVGElement* targetElement, const QualifiedName& attributeName, SVGAnimatedType*); 223 void adjustForInheritance(SVGElement* targetElement, const QualifiedName& attributeName, String&);
|
/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)) {
|
/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/chrome/renderer/resources/extensions/ |
ad_view.js | 146 $Array.forEach(AD_VIEW_ATTRIBUTES, function(attributeName) { 149 if (this.adviewNode_.hasAttribute(attributeName)) { 151 attributeName, this.adviewNode_.getAttribute(attributeName)); 241 $Array.forEach(AD_VIEW_ATTRIBUTES, function(attributeName) { 242 Object.defineProperty(this.adviewNode_, attributeName, { 244 return browserPluginNode[attributeName]; 247 browserPluginNode[attributeName] = value; 257 var attributeName = attributeInfo.name; 258 Object.defineProperty(this.adviewNode_, attributeName, { [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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/ |
AnimationContentAssist.java | 74 String parentTagName, String attributeName, Node node, String wordPrefix, 79 if (attributeName.endsWith(INTERPOLATOR_PROPERTY_NAME)) { 98 return super.computeAttributeValues(proposals, offset, parentTagName, attributeName, 101 && attributeName.endsWith(PROPERTY_NAME)) { 164 return super.computeAttributeValues(proposals, offset, parentTagName, attributeName,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
LayoutContentAssist.java | 156 String parentTagName, String attributeName, Node node, String wordPrefix, 158 super.computeAttributeValues(proposals, offset, parentTagName, attributeName, node, 163 if (VIEW_FRAGMENT.equals(parentTagName) && (attributeName.endsWith(ATTR_NAME) 164 || attributeName.equals(ATTR_CLASS))) { 167 } else if (VIEW_TAG.equals(parentTagName) && attributeName.endsWith(ATTR_CLASS)) { 171 } else if (attributeName.endsWith(ATTR_CONTEXT)) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDocument.cpp | 317 bool HTMLDocument::isCaseSensitiveAttribute(const QualifiedName& attributeName) 320 bool isPossibleHTMLAttr = !attributeName.hasPrefix() && (attributeName.namespaceURI() == nullAtom); 321 return !isPossibleHTMLAttr || !htmlCaseInsensitiveAttributesSet->contains(attributeName.localName().impl());
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
SMILTimeContainer.cpp | 62 void SMILTimeContainer::schedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName) 72 ElementAttributePair key(target, attributeName); 84 void SMILTimeContainer::unschedule(SVGSMILElement* animation, SVGElement* target, const QualifiedName& attributeName) 92 ElementAttributePair key(target, attributeName);
|