Searched refs:childTypeAllowed (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentFragment.cpp52 bool DocumentFragment::childTypeAllowed(NodeType type) const function in class:blink::DocumentFragment
H A DDocumentFragment.h50 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
H A DAttr.h85 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
H A DAttr.cpp161 bool Attr::childTypeAllowed(NodeType type) const function in class:blink::Attr
H A DRange.cpp890 if (!checkAgainst->childTypeAllowed(c->nodeType())) {
898 if (!checkAgainst->childTypeAllowed(newNodeType)) {
1335 if (!parentOfNewParent->childTypeAllowed(newParent->nodeType())) {
H A DContainerNode.cpp109 return childTypeAllowed(child.nodeType());
112 if (!childTypeAllowed(node->nodeType()))
H A DElement.h583 virtual bool childTypeAllowed(NodeType) const OVERRIDE FINAL;
H A DNode.h471 virtual bool childTypeAllowed(NodeType) const { return false; } function in class:blink::Node
H A DDocument.h1100 virtual bool childTypeAllowed(NodeType) const OVERRIDE FINAL;
H A DElement.cpp1704 bool Element::childTypeAllowed(NodeType type) const
H A DDocument.cpp3234 bool Document::childTypeAllowed(NodeType type) const function in class:blink::Document

Completed in 183 milliseconds