Searched defs:childTypeAllowed (Results 1 – 10 of 10) sorted by relevance
46 bool DocumentFragment::childTypeAllowed(NodeType type) in childTypeAllowed() function in WebCore::DocumentFragment
61 bool Comment::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::Comment
54 bool CDATASection::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::CDATASection
56 bool Notation::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::Notation
129 bool Attr::childTypeAllowed(NodeType type) in childTypeAllowed() function in WebCore::Attr
103 bool ProcessingInstruction::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::ProcessingInstruction
300 bool Text::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::Text
332 virtual bool childTypeAllowed(NodeType) { return false; } in childTypeAllowed() function
899 bool Element::childTypeAllowed(NodeType type) in childTypeAllowed() function in WebCore::Element
2214 bool Document::childTypeAllowed(NodeType type) in childTypeAllowed() function in WebCore::Document