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.cpp 24 #include "core/dom/ContainerNode.h"
75 if (ContainerNode* oldParent = node.parentNode())
80 void ContainerNode::removeDetachedChildren()
88 void ContainerNode::parserTakeAllChildrenFrom(ContainerNode& oldParent)
97 ContainerNode::~ContainerNode()
106 bool ContainerNode::isChildTypeAllowed(const Node& child) const
118 bool ContainerNode::containsConsideringHostElements(const Node& newChild) const
125 bool ContainerNode::checkAcceptChild(const Node* newChild, const Node* oldChild, ExceptionState& exceptionState) cons
    [all...]
ContainerNode.h 64 class ContainerNode : public Node {
66 virtual ~ContainerNode();
100 void parserTakeAllChildrenFrom(ContainerNode&);
104 void cloneChildNodes(ContainerNode* clone);
204 ContainerNode(TreeScope*, ConstructionType = CreateContainer);
232 void removeDetachedChildrenInContainer(ContainerNode&);
233 void addChildNodesToDeletionQueue(Node*&, Node*&, ContainerNode&);
261 bool childAttachedAllowedWhenAttachingChildren(ContainerNode*);
264 DEFINE_NODE_TYPE_CASTS(ContainerNode, isContainerNode());
266 inline bool ContainerNode::hasChildCount(unsigned count) cons
    [all...]

Completed in 40 milliseconds