HomeSort by relevance Sort by last modified time
    Searched refs:fromAttr (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/ARCMigrate/
Transforms.h 116 bool removePropertyAttribute(StringRef fromAttr, SourceLocation atLoc) {
117 return rewritePropertyAttribute(fromAttr, StringRef(), atLoc);
119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
TransProperties.cpp 291 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const {
292 return MigrateCtx.removePropertyAttribute(fromAttr, atLoc);
295 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
297 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
Transforms.cpp 388 bool MigrationContext::rewritePropertyAttribute(StringRef fromAttr,
432 if (tok.getRawIdentifier() == fromAttr) {
434 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 144 supportedAttributes.add(SVGNames::fromAttr);
200 if (name == SVGNames::fromAttr || name == SVGNames::toAttr || name == SVGNames::byAttr) {
324 return fastGetAttribute(SVGNames::fromAttr);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from",
395 fromAttr,
    [all...]

Completed in 88 milliseconds