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

  /external/webkit/Source/WebCore/dom/
Comment.cpp 54 bool Comment::childTypeAllowed(NodeType) const
Notation.cpp 52 bool Notation::childTypeAllowed(NodeType) const
CDATASection.cpp 54 bool CDATASection::childTypeAllowed(NodeType) const
DocumentFragment.cpp 55 bool DocumentFragment::childTypeAllowed(NodeType type) const
Attr.cpp 155 bool Attr::childTypeAllowed(NodeType type) const
ProcessingInstruction.cpp 104 bool ProcessingInstruction::childTypeAllowed(NodeType) const
Text.cpp 297 bool Text::childTypeAllowed(NodeType) const
Element.cpp     [all...]
Node.h 385 virtual bool childTypeAllowed(NodeType) const { return false; }
Document.cpp     [all...]

Completed in 282 milliseconds