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

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 287 bool removeAttribute(StringRef fromAttr, SourceLocation atLoc) const {
288 return rewriteAttribute(fromAttr, StringRef(), atLoc);
291 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
336 if (ident == fromAttr) {
338 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 260 XSLTAttributeDef fromAttr = new XSLTAttributeDef(null, "from",
395 fromAttr,
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 276 return getAttribute(SVGNames::fromAttr);

Completed in 88 milliseconds