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

  /external/webkit/WebCore/dom/
Comment.cpp 52 bool Comment::childTypeAllowed(NodeType)
Notation.cpp 50 bool Notation::childTypeAllowed(NodeType)
CDATASection.cpp 54 bool CDATASection::childTypeAllowed(NodeType)
DocumentFragment.cpp 48 bool DocumentFragment::childTypeAllowed(NodeType type)
Attr.cpp 145 bool Attr::childTypeAllowed(NodeType type)
ProcessingInstruction.cpp 100 bool ProcessingInstruction::childTypeAllowed(NodeType)
Text.cpp 295 bool Text::childTypeAllowed(NodeType)
Element.cpp 932 bool Element::childTypeAllowed(NodeType type)
    [all...]
Node.h 340 virtual bool childTypeAllowed(NodeType) { return false; }
Document.cpp     [all...]

Completed in 89 milliseconds