Home
last modified time | relevance | path

Searched refs:methodAttr (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextPathElement.cpp34 DEFINE_ANIMATED_ENUMERATION(SVGTextPathElement, SVGNames::methodAttr, Method, method, SVGTextPathMe… in DEFINE_ANIMATED_LENGTH()
77 supportedAttributes.add(SVGNames::methodAttr); in isSupportedAttribute()
91 else if (name == SVGNames::methodAttr) { in parseAttribute()
DSVGAnimatedEnumeration.cpp59 if (attrName == SVGNames::methodAttr) in enumerationValueForTargetAttribute()
DSVGElement.cpp1153 animatableAttributes.add(SVGNames::methodAttr); in isAnimatableAttribute()
/external/chromium_org/third_party/WebKit/Source/web/
DWebSearchableFormData.cpp247 if (equalIgnoringCase(formElement->getAttribute(methodAttr), "post") in WebSearchableFormData()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLDocument.cpp293 addLocalNameToSet(attrSet, methodAttr); in createHtmlCaseInsensitiveAttributesSet()
DHTMLFormElement.cpp493 else if (name == methodAttr) in parseAttribute()
666 setAttribute(methodAttr, value); in setMethod()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java94 XSLTAttributeDef methodAttr = new XSLTAttributeDef(null, "method", in build() local
707 methodAttr, in build()