Searched refs:fromAttr (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransforms.h116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) { argument
117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
H A DTransProperties.cpp296 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const { argument
297 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
300 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr, argument
302 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
H A DTransforms.cpp383 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr, argument
429 if (ident == fromAttr) {
431 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimationElement.cpp163 supportedAttributes.add(SVGNames::fromAttr);
218 if (name == SVGNames::fromAttr || name == SVGNames::toAttr || name == SVGNames::byAttr) {
345 return fastGetAttribute(SVGNames::fromAttr);
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTSchema.java260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from",
395 fromAttr,

Completed in 86 milliseconds