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

  /external/webkit/WebCore/html/
HTMLHeadElement.cpp 53 bool HTMLHeadElement::childAllowed(Node* newChild)
59 return HTMLElement::childAllowed(newChild);
HTMLDocument.cpp 299 bool HTMLDocument::childAllowed(Node *newChild)
HTMLElement.cpp 795 bool HTMLElement::childAllowed(Node *newChild)
797 if (!Element::childAllowed(newChild))
    [all...]
  /external/webkit/WebCore/dom/
Node.cpp     [all...]

Completed in 116 milliseconds