HomeSort by relevance Sort by last modified time
    Searched refs:childTypeAllowed (Results 1 - 21 of 21) 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;
DocumentFragment.h 51 virtual bool childTypeAllowed(NodeType) const;
Notation.cpp 51 bool Notation::childTypeAllowed(NodeType) const
Notation.h 42 virtual bool childTypeAllowed(NodeType) const;
CDATASection.cpp 50 bool CDATASection::childTypeAllowed(NodeType) const
Comment.cpp 55 bool Comment::childTypeAllowed(NodeType) const
DocumentFragment.cpp 54 bool DocumentFragment::childTypeAllowed(NodeType type) const
Text.h 69 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
Attr.h 86 virtual bool childTypeAllowed(NodeType) const;
Attr.cpp 152 bool Attr::childTypeAllowed(NodeType type) const
Text.cpp 307 bool Text::childTypeAllowed(NodeType) const
ContainerNode.cpp 128 return newParent->childTypeAllowed(child->nodeType());
131 if (!newParent->childTypeAllowed(node->nodeType()))
    [all...]
Range.cpp     [all...]
Node.h 508 virtual bool childTypeAllowed(NodeType) const { return false; }
    [all...]
Element.h 733 virtual bool childTypeAllowed(NodeType) const OVERRIDE FINAL;
    [all...]
Document.h     [all...]
Document.cpp     [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.h 114 virtual bool childTypeAllowed(NodeType) const OVERRIDE;
ShadowRoot.cpp 141 bool ShadowRoot::childTypeAllowed(NodeType type) const

Completed in 237 milliseconds