Home
last modified time | relevance | path

Searched defs:childTypeAllowed (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentFragment.cpp52 bool DocumentFragment::childTypeAllowed(NodeType type) const in childTypeAllowed() function in blink::DocumentFragment
DAttr.cpp161 bool Attr::childTypeAllowed(NodeType type) const in childTypeAllowed() function in blink::Attr
DNode.h471 virtual bool childTypeAllowed(NodeType) const { return false; } in childTypeAllowed() function
DElement.cpp1704 bool Element::childTypeAllowed(NodeType type) const in childTypeAllowed() function in blink::Element
DDocument.cpp3234 bool Document::childTypeAllowed(NodeType type) const in childTypeAllowed() function in blink::Document