Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DNotation.cpp52 bool Notation::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Notation
DComment.cpp54 bool Comment::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Comment
DCDATASection.cpp54 bool CDATASection::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::CDATASection
DDocumentFragment.cpp55 bool DocumentFragment::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::DocumentFragment
DAttr.cpp155 bool Attr::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Attr
DProcessingInstruction.cpp104 bool ProcessingInstruction::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::ProcessingInstruction
DText.cpp297 bool Text::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Text
DNode.h385 virtual bool childTypeAllowed(NodeType) const { return false; } in childTypeAllowed() function
DElement.cpp1205 bool Element::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Element
DDocument.cpp2774 bool Document::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Document