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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
CDATASection.cpp 50 bool CDATASection::childTypeAllowed(NodeType) const
Comment.cpp 55 bool Comment::childTypeAllowed(NodeType) const
Notation.cpp 51 bool Notation::childTypeAllowed(NodeType) const
DocumentFragment.cpp 54 bool DocumentFragment::childTypeAllowed(NodeType type) const
Attr.cpp 152 bool Attr::childTypeAllowed(NodeType type) const
Text.cpp 307 bool Text::childTypeAllowed(NodeType) const
Node.h 508 virtual bool childTypeAllowed(NodeType) const { return false; }
    [all...]
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.cpp 141 bool ShadowRoot::childTypeAllowed(NodeType type) const

Completed in 524 milliseconds