Searched defs:childTypeAllowed (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/dom/ | ||
D | DocumentFragment.cpp | 52 bool DocumentFragment::childTypeAllowed(NodeType type) const in childTypeAllowed() function in blink::DocumentFragment |
D | Attr.cpp | 161 bool Attr::childTypeAllowed(NodeType type) const in childTypeAllowed() function in blink::Attr |
D | Node.h | 471 virtual bool childTypeAllowed(NodeType) const { return false; } in childTypeAllowed() function |
D | Element.cpp | 1704 bool Element::childTypeAllowed(NodeType type) const in childTypeAllowed() function in blink::Element |
D | Document.cpp | 3234 bool Document::childTypeAllowed(NodeType type) const in childTypeAllowed() function in blink::Document |