HomeSort by relevance Sort by last modified time
    Searched refs:attributeName (Results 26 - 50 of 57) sorted by null

12 3

  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorObjC.pm 715 my $attributeName = $attribute->signature->name;
717 if ($attributeName eq "id" or $attributeName eq "hash") {
719 $attributeName .= "Name";
720 } elsif ($attributeName eq "frame") {
722 $attributeName .= "Borders";
730 $attributeName =~ s/operator/_operator/ if ($attributeName =~ /operator/);
731 $property .= " " . $attributeType . ($attributeType =~ /\*$/ ? "" : " ") . $attributeName;
750 my $setterName = "set" . ucfirst($attributeName) . ":"
    [all...]
CodeGenerator.pm 361 my ($object, $interfaceName, $attributeName) = @_;
362 return "SVGNames" if $interfaceName =~ /^SVG/ && !$svgAttributesInHTMLHash{$attributeName};
  /external/webkit/WebCore/html/
HTMLFormCollection.cpp 113 const QualifiedName& attributeName = (attrName == idAttr) ? e->idAttributeName() : attrName;
114 if (e->isEnumeratable() && e->getAttribute(attributeName) == name) {
125 const QualifiedName& attributeName = (attrName == idAttr) ? e->idAttributeName() : attrName;
126 if (e->getAttribute(attributeName) == name) {
  /external/webkit/WebCore/svg/
SVGList.h 158 SVGList(const QualifiedName& attributeName)
159 : m_associatedAttributeName(attributeName)
273 SVGPODList(const QualifiedName& attributeName)
274 : SVGList<RefPtr<SVGPODListItem<Item> > >(attributeName) { }
SVGAnimationElement.cpp 266 bool SVGAnimationElement::attributeIsCSS(const String& attributeName)
270 unsigned id = cssPropertyID(attributeName);
287 return attributeIsCSS(attributeName());
295 String attributeName = this->attributeName();
296 if (!target || attributeName.isEmpty() || value.isNull())
308 target->style()->setProperty(attributeName, value, "", ec);
312 target->setAttribute(attributeName, value, ec);
325 shadowTreeElement->style()->setProperty(attributeName, value, "", ec);
327 shadowTreeElement->setAttribute(attributeName, value, ec)
    [all...]
SVGAnimateElement.cpp 158 m_propertyType = determinePropertyType(attributeName());
190 m_propertyType = determinePropertyType(attributeName());
211 m_propertyType = determinePropertyType(attributeName());
261 m_propertyType = determinePropertyType(attributeName());
SVGAnimationElement.h 65 static bool attributeIsCSS(const String& attributeName);
SVGStyledElement.cpp 287 QualifiedName attributeName(nullAtom, name, nullAtom);
288 Attribute* attr = mappedAttributes()->getAttributeItem(attributeName);
298 mapToEntry(attributeName, entry);
SVGPathSegList.cpp 45 SVGPathSegList::SVGPathSegList(const QualifiedName& attributeName)
46 : SVGList<RefPtr<SVGPathSeg> >(attributeName)
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 322 String attributeName = readAttributeName(true);
323 if (attributeName == null) {
332 || "expires".equals(attributeName) || "port".equals(attributeName)
339 setAttribute(cookie, attributeName, attributeValue);
  /external/webkit/WebCore/bindings/js/
JSSVGPODTypeWrapper.h 234 static PassRefPtr<JSSVGPODTypeWrapperCreatorForList> create(PassRefPtr<PODListItemPtrType> creator, const QualifiedName& attributeName)
236 return adoptRef(new JSSVGPODTypeWrapperCreatorForList(creator, attributeName));
254 JSSVGPODTypeWrapperCreatorForList(PassRefPtr<PODListItemPtrType> creator, const QualifiedName& attributeName)
258 , m_associatedAttributeName(attributeName)
JSSVGPODListCustom.h 68 const QualifiedName& attributeName = listImp->associatedAttributeName();
69 JSSVGContextCache::propagateSVGDOMChange(wrapper, attributeName);
73 JSSVGPODTypeWrapperCreatorForList<PODType>::create(item.get(), attributeName).get(), context);
  /external/webkit/WebCore/bindings/v8/
V8SVGPODTypeWrapper.h 69 static PassRefPtr<V8SVGPODTypeWrapperCreatorForList> create(PassRefPtr<PODListItemPtrType> creator, const QualifiedName& attributeName)
71 return adoptRef(new V8SVGPODTypeWrapperCreatorForList(creator, attributeName));
92 V8SVGPODTypeWrapperCreatorForList(PassRefPtr<PODListItemPtrType> creator, const QualifiedName& attributeName)
96 , m_associatedAttributeName(attributeName)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 208 * @param attributeName name of the launch attribute
212 private String getStringLaunchAttribute(String attributeName,
215 String attrValue = configuration.getAttribute(attributeName, EMPTY_STRING);
222 attributeName));
  /external/webkit/WebCore/inspector/front-end/
ElementsTreeOutline.js 658 _triggerEditAttribute: function(attributeName)
662 if (attributeElements[i].textContent === attributeName) {
683 var attributeName = attributeNameElement.innerText;
704 WebInspector.startEditing(attribute, this._attributeEditingCommitted.bind(this), this._editingCancelled.bind(this), attributeName);
777 _attributeEditingCommitted: function(element, newText, oldText, attributeName, moveDirection)
789 if (attributes[i].name === attributeName) {
818 this._editingCancelled(element, attributeName);
824 this.representedObject.removeAttribute(attributeName);
832 foundOriginalAttribute = foundOriginalAttribute || attr.name === attributeName;
839 this.representedObject.removeAttribute(attributeName);
    [all...]
AuditRules.js 781 function hasDimension(element, cssText, rules, regexp, attributeName) {
782 if (element.attributes.getNamedItem(attributeName) != null || (cssText && cssText.match(regexp)))
    [all...]
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.h 57 String attributeName() const;
SVGSMILElement.cpp 462 String SVGSMILElement::attributeName() const
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/xml/
AndroidManifestParser.java 521 * @param attributeName the name of the attribute to look for.
526 private String getAttributeValue(Attributes attributes, String attributeName,
530 if (attributeName.equals(attributes.getLocalName(i)) &&
545 * @param attributeName the name of the attribute to look for.
550 private Boolean getAttributeBooleanValue(Attributes attributes, String attributeName,
554 if (attributeName.equals(attributes.getLocalName(i)) &&
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 387 * @param attributeName
392 String attributeName) {
395 if (attributeName.equals(dexAnnotationAttribute.getName())) {
  /cts/tools/utils/
CollectAllTests.java 264 private static String getElementAttribute(Element element, String elementName, String attributeName) {
267 return e.getAttribute(attributeName);
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 93 String attributeName, XmlSerializerAndParser<V> serializerAndParser) {
97 mAttributesName = attributeName;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 486 public static Map<String, Integer> getEnumValues(String attributeName) {
488 return sEnumValueMap.get(attributeName);
  /external/webkit/WebCore/dom/
Element.cpp 658 const QualifiedName& attributeName = namedAttrMap->m_attributes[i]->name();
659 if (isEventHandlerAttribute(attributeName)) {
664 if (isAttributeToRemove(attributeName, namedAttrMap->m_attributes[i]->value()))
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 865 milliseconds

12 3