Home
last modified time | relevance | path

Searched refs:childTypeAllowed (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/dom/
DComment.h40 virtual bool childTypeAllowed(NodeType) const;
DNotation.cpp52 bool Notation::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Notation
DCDATASection.h40 virtual bool childTypeAllowed(NodeType) const;
DComment.cpp54 bool Comment::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Comment
DDocumentFragment.h46 virtual bool childTypeAllowed(NodeType) const;
DNotation.h42 virtual bool childTypeAllowed(NodeType) const;
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
DText.h59 virtual bool childTypeAllowed(NodeType) const;
DAttr.h82 virtual bool childTypeAllowed(NodeType) const;
DProcessingInstruction.h64 virtual bool childTypeAllowed(NodeType) const;
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
DElement.h379 virtual bool childTypeAllowed(NodeType) const;
DRange.cpp979 if (!checkAgainst->childTypeAllowed(c->nodeType())) { in insertNode()
987 if (!checkAgainst->childTypeAllowed(newNodeType)) { in insertNode()
1447 if (!parentOfNewParent || !parentOfNewParent->childTypeAllowed(newParent->nodeType())) { in surroundContents()
DNode.h385 virtual bool childTypeAllowed(NodeType) const { return false; } in childTypeAllowed() function
DNode.cpp1225 if (!newParent->childTypeAllowed(child->nodeType())) in isChildTypeAllowed()
1231 if (!newParent->childTypeAllowed(n->nodeType())) in isChildTypeAllowed()
DDocument.h1125 virtual bool childTypeAllowed(NodeType) const;
DElement.cpp1225 bool Element::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Element
DDocument.cpp2777 bool Document::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog14636 (WebCore::Document::childTypeAllowed):
15925 (WebCore::ShadowRoot::childTypeAllowed):
19109 (WebCore::ShadowRoot::childTypeAllowed):
21787 Bug 58460 - childTypeAllowed() should be const
21790 Made childTypeAllowed const.
21795 (WebCore::Attr::childTypeAllowed):
21798 (WebCore::CDATASection::childTypeAllowed):
21801 (WebCore::Comment::childTypeAllowed):
21804 (WebCore::Document::childTypeAllowed):
21807 (WebCore::DocumentFragment::childTypeAllowed):
[all …]
DChangeLog-2006-05-1022301 (WebCore::DocumentImpl::childTypeAllowed):
23290 (WebCore::AttrImpl::childTypeAllowed):
DChangeLog-2002-12-0315841 (NotationImpl::cloneNode), (NotationImpl::childTypeAllowed),
DChangeLog-2011-02-1635737 (WebCore::Element::childTypeAllowed):

12