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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTemplateElement.cpp 83 document().ensureTemplateDocument().adoptIfNeeded(*m_content);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNodeAlgorithms.h 101 container.document().adoptIfNeeded(*n);
Attr.cpp 101 treeScope().adoptIfNeeded(*textNode);
TreeScope.h 98 void adoptIfNeeded(Node&);
ContainerNode.cpp 91 treeScope().adoptIfNeeded(*child);
237 treeScope().adoptIfNeeded(child);
382 treeScope().adoptIfNeeded(child);
513 document().adoptIfNeeded(oldChild);
643 treeScope().adoptIfNeeded(child);
669 treeScope().adoptIfNeeded(*newChild);
    [all...]
TreeScope.cpp 337 void TreeScope::adoptIfNeeded(Node& node)
Element.cpp     [all...]
Document.cpp 707 this->adoptIfNeeded(*m_docType);
    [all...]

Completed in 251 milliseconds