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

  /external/webkit/WebCore/html/
HTMLHeadElement.h 38 virtual bool childAllowed(Node* newChild);
HTMLHeadElement.cpp 53 bool HTMLHeadElement::childAllowed(Node* newChild)
59 return HTMLElement::childAllowed(newChild);
HTMLDocument.h 94 virtual bool childAllowed(Node*);
HTMLElement.h 92 virtual bool childAllowed(Node* newChild); // Error-checking during parsing that checks the DTD
HTMLDocument.cpp 299 bool HTMLDocument::childAllowed(Node *newChild)
HTMLElement.cpp 795 bool HTMLElement::childAllowed(Node *newChild)
797 if (!Element::childAllowed(newChild))
    [all...]
HTMLParser.cpp     [all...]
  /external/webkit/WebCore/dom/
Node.h 397 virtual bool childAllowed(Node* newChild); // Error-checking during parsing that checks the DTD
ContainerNode.cpp 509 if (document()->isHTMLDocument() && !childAllowed(newChild.get()))
Node.cpp     [all...]

Completed in 34 milliseconds