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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTemplateElement.cpp 82 document().ensureTemplateDocument().adoptIfNeeded(*m_content);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Attr.cpp 99 treeScope().adoptIfNeeded(*textNode);
TreeScope.h 95 void adoptIfNeeded(Node&);
ContainerNode.cpp 92 treeScope().adoptIfNeeded(*child);
244 treeScope().adoptIfNeeded(child);
400 treeScope().adoptIfNeeded(child);
501 container.document().adoptIfNeeded(*n);
596 document().adoptIfNeeded(oldChild);
734 treeScope().adoptIfNeeded(child);
761 treeScope().adoptIfNeeded(*newChild);
    [all...]
TreeScope.cpp 346 void TreeScope::adoptIfNeeded(Node& node)
Element.cpp     [all...]
Document.cpp 726 this->adoptIfNeeded(*m_docType);
    [all...]

Completed in 767 milliseconds