/external/webkit/Source/WebCore/dom/ |
D | Comment.h | 40 virtual bool childTypeAllowed(NodeType) const;
|
D | Notation.cpp | 52 bool Notation::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Notation
|
D | CDATASection.h | 40 virtual bool childTypeAllowed(NodeType) const;
|
D | Comment.cpp | 54 bool Comment::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Comment
|
D | DocumentFragment.h | 46 virtual bool childTypeAllowed(NodeType) const;
|
D | Notation.h | 42 virtual bool childTypeAllowed(NodeType) const;
|
D | CDATASection.cpp | 54 bool CDATASection::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::CDATASection
|
D | DocumentFragment.cpp | 55 bool DocumentFragment::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::DocumentFragment
|
D | Text.h | 59 virtual bool childTypeAllowed(NodeType) const;
|
D | Attr.h | 82 virtual bool childTypeAllowed(NodeType) const;
|
D | ProcessingInstruction.h | 64 virtual bool childTypeAllowed(NodeType) const;
|
D | Attr.cpp | 155 bool Attr::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Attr
|
D | ProcessingInstruction.cpp | 104 bool ProcessingInstruction::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::ProcessingInstruction
|
D | Text.cpp | 297 bool Text::childTypeAllowed(NodeType) const in childTypeAllowed() function in WebCore::Text
|
D | Element.h | 379 virtual bool childTypeAllowed(NodeType) const;
|
D | Range.cpp | 979 if (!checkAgainst->childTypeAllowed(c->nodeType())) { in insertNode() 987 if (!checkAgainst->childTypeAllowed(newNodeType)) { in insertNode() 1447 if (!parentOfNewParent || !parentOfNewParent->childTypeAllowed(newParent->nodeType())) { in surroundContents()
|
D | Node.h | 385 virtual bool childTypeAllowed(NodeType) const { return false; } in childTypeAllowed() function
|
D | Node.cpp | 1225 if (!newParent->childTypeAllowed(child->nodeType())) in isChildTypeAllowed() 1231 if (!newParent->childTypeAllowed(n->nodeType())) in isChildTypeAllowed()
|
D | Document.h | 1125 virtual bool childTypeAllowed(NodeType) const;
|
D | Element.cpp | 1225 bool Element::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Element
|
D | Document.cpp | 2777 bool Document::childTypeAllowed(NodeType type) const in childTypeAllowed() function in WebCore::Document
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 14636 (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 …]
|
D | ChangeLog-2006-05-10 | 22301 (WebCore::DocumentImpl::childTypeAllowed): 23290 (WebCore::AttrImpl::childTypeAllowed):
|
D | ChangeLog-2002-12-03 | 15841 (NotationImpl::cloneNode), (NotationImpl::childTypeAllowed),
|
D | ChangeLog-2011-02-16 | 35737 (WebCore::Element::childTypeAllowed):
|