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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.h 102 inline Attr* toAttr(Node* node)
108 inline const Attr* toAttr(const Node* node)
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 276 StringRef toAttr = "strong";
280 toAttr = "weak";
282 toAttr = "unsafe_unretained";
285 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
287 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
TransProperties.cpp 172 StringRef toAttr = "strong";
173 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
300 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
302 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);

Completed in 226 milliseconds