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

  /external/webkit/Source/WebCore/dom/
CDATASection.h 40 virtual bool childTypeAllowed(NodeType) const;
Comment.h 40 virtual bool childTypeAllowed(NodeType) const;
DocumentFragment.h 46 virtual bool childTypeAllowed(NodeType) const;
Notation.cpp 52 bool Notation::childTypeAllowed(NodeType) const
Notation.h 42 virtual bool childTypeAllowed(NodeType) const;
CDATASection.cpp 54 bool CDATASection::childTypeAllowed(NodeType) const
Comment.cpp 54 bool Comment::childTypeAllowed(NodeType) const
DocumentFragment.cpp 55 bool DocumentFragment::childTypeAllowed(NodeType type) const
Text.h 59 virtual bool childTypeAllowed(NodeType) const;
Attr.h 82 virtual bool childTypeAllowed(NodeType) const;
ProcessingInstruction.h 64 virtual bool childTypeAllowed(NodeType) 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.h 379 virtual bool childTypeAllowed(NodeType) const;
Range.cpp 979 if (!checkAgainst->childTypeAllowed(c->nodeType())) {
987 if (!checkAgainst->childTypeAllowed(newNodeType)) {
    [all...]
Node.h 385 virtual bool childTypeAllowed(NodeType) const { return false; }
Document.h     [all...]
Node.cpp     [all...]
Element.cpp     [all...]
Document.cpp     [all...]

Completed in 165 milliseconds