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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentFragment.h 50 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
DocumentFragment.cpp 52 bool DocumentFragment::childTypeAllowed(NodeType type) const
Attr.h 85 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
Attr.cpp 161 bool Attr::childTypeAllowed(NodeType type) const
Range.cpp     [all...]
Node.h 471 virtual bool childTypeAllowed(NodeType) const { return false; }
    [all...]
ContainerNode.cpp 109 return childTypeAllowed(child.nodeType());
112 if (!childTypeAllowed(node->nodeType()))
    [all...]
Element.h 583 virtual bool childTypeAllowed(NodeType) const OVERRIDE FINAL;
    [all...]
Document.h     [all...]
Element.cpp     [all...]
Document.cpp     [all...]

Completed in 83 milliseconds