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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CDATASection.h 39 virtual bool childTypeAllowed(NodeType) const;
Comment.h 42 virtual bool childTypeAllowed(NodeType) const;
CDATASection.cpp 50 bool CDATASection::childTypeAllowed(NodeType) const
Comment.cpp 55 bool Comment::childTypeAllowed(NodeType) const
DocumentFragment.h 51 virtual bool childTypeAllowed(NodeType) const;
Attr.h 84 virtual bool childTypeAllowed(NodeType) const;
DocumentFragment.cpp 53 bool DocumentFragment::childTypeAllowed(NodeType type) const
Text.h 71 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
Attr.cpp 157 bool Attr::childTypeAllowed(NodeType type) const
Text.cpp 352 bool Text::childTypeAllowed(NodeType) const
ContainerNode.cpp 98 return childTypeAllowed(child.nodeType());
101 if (!childTypeAllowed(node->nodeType()))
Range.cpp     [all...]
Element.h 622 virtual bool childTypeAllowed(NodeType) const OVERRIDE FINAL;
    [all...]
Node.h 493 virtual bool childTypeAllowed(NodeType) const { return false; }
    [all...]
Document.h     [all...]
Document.cpp     [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 127 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
ShadowRoot.cpp 150 bool ShadowRoot::childTypeAllowed(NodeType type) const

Completed in 479 milliseconds