Searched defs:childTypeAllowed (Results 1 – 10 of 10) sorted by relevance
52 bool Notation::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Notation
54 bool Comment::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Comment
54 bool CDATASection::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::CDATASection
55 bool DocumentFragment::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::DocumentFragment
155 bool Attr::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Attr
104 bool ProcessingInstruction::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::ProcessingInstruction
297 bool Text::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Text
385 virtual bool childTypeAllowed(NodeType) const { return false; } in childTypeAllowed() function
1205 bool Element::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Element
2774 bool Document::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Document