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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.h 79 class ContainerNode : public Node {
81 virtual ~ContainerNode();
110 void parserTakeAllChildrenFrom(ContainerNode&);
114 void cloneChildNodes(ContainerNode* clone);
136 ContainerNode(TreeScope*, ConstructionType = CreateContainer);
171 bool childAttachedAllowedWhenAttachingChildren(ContainerNode*);
174 DEFINE_NODE_TYPE_CASTS(ContainerNode, isContainerNode());
176 inline ContainerNode::ContainerNode(TreeScope* treeScope, ConstructionType type)
183 inline void ContainerNode::attachChildren(const AttachContext& context
    [all...]
ContainerNode.cpp 24 #include "core/dom/ContainerNode.h"
62 if (ContainerNode* oldParent = node.parentNode())
70 void ContainerNode::removeDetachedChildren()
77 removeDetachedChildrenInContainer<Node, ContainerNode>(*this);
80 void ContainerNode::parserTakeAllChildrenFrom(ContainerNode& oldParent)
89 ContainerNode::~ContainerNode()
95 bool ContainerNode::isChildTypeAllowed(const Node& child) const
107 bool ContainerNode::containsConsideringHostElements(const Node& newChild) cons
    [all...]

Completed in 107 milliseconds