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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NamedNodeMap.cpp 93 return m_element->setAttributeNode(toAttr(node), exceptionState);
Node.cpp     [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp 114 if (n->isAttributeNode() && toAttr(n)->ownerElement() == commonAncestor)
180 n = toAttr(n)->ownerElement();
202 node = toAttr(node)->ownerElement();
XPathStep.cpp 289 Element* n = toAttr(context)->ownerElement();
302 n = toAttr(context)->ownerElement();
337 Node* p = toAttr(context)->ownerElement();
358 context = toAttr(context)->ownerElement();
430 n = toAttr(context)->ownerElement();
XPathFunctions.cpp 383 prefix = toAttr(node)->prefix();
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 274 StringRef toAttr = "strong";
278 toAttr = "weak";
280 toAttr = "unsafe_unretained";
283 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
285 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
TransProperties.cpp 167 StringRef toAttr = "strong";
168 MigrateCtx.rewritePropertyAttribute("retain", toAttr, atLoc);
295 bool rewriteAttribute(StringRef fromAttr, StringRef toAttr,
297 return MigrateCtx.rewritePropertyAttribute(fromAttr, toAttr, atLoc);
Transforms.cpp 389 StringRef toAttr,
433 if (!toAttr.empty()) {
434 Pass.TA.replaceText(tok.getLocation(), fromAttr, toAttr);
453 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
Transforms.h 119 bool rewritePropertyAttribute(StringRef fromAttr, StringRef toAttr,
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeCustom.cpp 135 return wrap(toAttr(impl), creationContext, isolate);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.cpp 153 supportedAttributes.add(SVGNames::toAttr);
207 if (name == SVGNames::fromAttr || name == SVGNames::toAttr || name == SVGNames::byAttr) {
324 return fastGetAttribute(SVGNames::toAttr);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8GCController.cpp 89 Node* ownerElement = toAttr(node)->ownerElement();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [all...]

Completed in 1022 milliseconds