HomeSort by relevance Sort by last modified time
    Searched refs:checkDTD (Results 1 - 25 of 46) sorted by null

1 2

  /external/webkit/WebCore/html/
HTMLDataGridRowElement.h 40 virtual bool checkDTD(const Node*);
HTMLDataListElement.h 48 virtual bool checkDTD(const Node*);
HTMLHeadingElement.h 35 virtual bool checkDTD(const Node* newChild);
HTMLNoScriptElement.h 36 virtual bool checkDTD(const Node*);
HTMLFieldSetElement.cpp 46 bool HTMLFieldSetElement::checkDTD(const Node* newChild)
48 return newChild->hasTagName(legendTag) || HTMLElement::checkDTD(newChild);
HTMLDataListElement.cpp 48 bool HTMLDataListElement::checkDTD(const Node* newChild)
HTMLFieldSetElement.h 45 virtual bool checkDTD(const Node* newChild);
HTMLHeadElement.h 39 virtual bool checkDTD(const Node* newChild);
HTMLHtmlElement.h 38 virtual bool checkDTD(const Node* newChild);
HTMLParagraphElement.h 35 virtual bool checkDTD(const Node* newChild);
HTMLTitleElement.h 34 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); }
HTMLDataGridElement.h 44 virtual bool checkDTD(const Node*);
HTMLMapElement.h 41 virtual bool checkDTD(const Node*);
HTMLHeadingElement.cpp 36 bool HTMLHeadingElement::checkDTD(const Node* newChild)
HTMLStyleElement.h 37 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); }
HTMLTableColElement.h 41 virtual bool checkDTD(const Node*);
HTMLTableRowElement.h 39 virtual bool checkDTD(const Node*);
HTMLTableSectionElement.h 39 virtual bool checkDTD(const Node*);
HTMLDataGridRowElement.cpp 44 bool HTMLDataGridRowElement::checkDTD(const Node* newChild)
HTMLHeadElement.cpp 62 bool HTMLHeadElement::checkDTD(const Node* newChild)
HTMLHtmlElement.cpp 56 bool HTMLHtmlElement::checkDTD(const Node* newChild)
HTMLNoScriptElement.cpp 43 bool HTMLNoScriptElement::checkDTD(const Node* newChild)
HTMLOptGroupElement.h 38 virtual bool checkDTD(const Node*);
HTMLOptionElement.h 44 virtual bool checkDTD(const Node* newChild);
HTMLPlugInElement.h 75 virtual bool checkDTD(const Node* newChild);

Completed in 1237 milliseconds

1 2