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

  /external/webkit/WebCore/dom/
CDATASection.h 40 virtual bool childTypeAllowed(NodeType);
Comment.h 41 virtual bool childTypeAllowed(NodeType);
DocumentFragment.h 41 virtual bool childTypeAllowed(NodeType);
Notation.cpp 50 bool Notation::childTypeAllowed(NodeType)
Notation.h 42 virtual bool childTypeAllowed(NodeType);
CDATASection.cpp 54 bool CDATASection::childTypeAllowed(NodeType)
Comment.cpp 52 bool Comment::childTypeAllowed(NodeType)
DocumentFragment.cpp 48 bool DocumentFragment::childTypeAllowed(NodeType type)
Text.h 56 virtual bool childTypeAllowed(NodeType);
Attr.h 82 virtual bool childTypeAllowed(NodeType);
ProcessingInstruction.h 71 virtual bool childTypeAllowed(NodeType);
Attr.cpp 153 bool Attr::childTypeAllowed(NodeType type)
ProcessingInstruction.cpp 100 bool ProcessingInstruction::childTypeAllowed(NodeType)
Element.h 288 virtual bool childTypeAllowed(NodeType);
Text.cpp 297 bool Text::childTypeAllowed(NodeType)
Node.h 340 virtual bool childTypeAllowed(NodeType) { return false; }
Node.cpp 1082 if (!childTypeAllowed(newChild->nodeType()))
1086 if (!childTypeAllowed(n->nodeType()))
    [all...]
Range.cpp     [all...]
Document.h     [all...]
Element.cpp 938 bool Element::childTypeAllowed(NodeType type)
    [all...]
Document.cpp     [all...]

Completed in 170 milliseconds