Home
last modified time | relevance | path

Searched defs:childTypeAllowed (Results 1 – 10 of 10) sorted by relevance

/external/webkit/WebCore/dom/
DDocumentFragment.cpp46 bool DocumentFragment::childTypeAllowed(NodeType type) in childTypeAllowed() function in WebCore::DocumentFragment
DComment.cpp61 bool Comment::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::Comment
DCDATASection.cpp54 bool CDATASection::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::CDATASection
DNotation.cpp56 bool Notation::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::Notation
DAttr.cpp129 bool Attr::childTypeAllowed(NodeType type) in childTypeAllowed() function in WebCore::Attr
DProcessingInstruction.cpp103 bool ProcessingInstruction::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::ProcessingInstruction
DText.cpp300 bool Text::childTypeAllowed(NodeType) in childTypeAllowed() function in WebCore::Text
DNode.h332 virtual bool childTypeAllowed(NodeType) { return false; } in childTypeAllowed() function
DElement.cpp899 bool Element::childTypeAllowed(NodeType type) in childTypeAllowed() function in WebCore::Element
DDocument.cpp2214 bool Document::childTypeAllowed(NodeType type) in childTypeAllowed() function in WebCore::Document