Home
last modified time | relevance | path

Searched defs:checkDTD (Results 1 – 25 of 25) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTitleElement.h34 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); } in checkDTD() function
DHTMLScriptElement.h43 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); } in checkDTD() function
DHTMLDataListElement.cpp48 bool HTMLDataListElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLDataListElement
DHTMLStyleElement.h37 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); } in checkDTD() function
DHTMLHeadingElement.cpp36 bool HTMLHeadingElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLHeadingElement
DHTMLHeadElement.cpp62 bool HTMLHeadElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLHeadElement
DHTMLHtmlElement.cpp56 bool HTMLHtmlElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLHtmlElement
DHTMLFieldSetElement.cpp46 bool HTMLFieldSetElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLFieldSetElement
DHTMLNoScriptElement.cpp43 bool HTMLNoScriptElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLNoScriptElement
DHTMLParagraphElement.cpp42 bool HTMLParagraphElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLParagraphElement
DHTMLDataGridRowElement.cpp44 bool HTMLDataGridRowElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLDataGridRowElement
DHTMLDataGridElement.cpp53 bool HTMLDataGridElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLDataGridElement
DHTMLMapElement.cpp52 bool HTMLMapElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLMapElement
DHTMLFrameSetElement.cpp67 bool HTMLFrameSetElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLFrameSetElement
DHTMLPlugInElement.cpp147 bool HTMLPlugInElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLPlugInElement
DHTMLTextAreaElement.h38 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); } in checkDTD() function
DHTMLTableColElement.cpp55 bool HTMLTableColElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLTableColElement
DHTMLTableSectionElement.cpp44 bool HTMLTableSectionElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLTableSectionElement
DHTMLTableRowElement.cpp47 bool HTMLTableRowElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLTableRowElement
DHTMLOptionElement.cpp51 bool HTMLOptionElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLOptionElement
DHTMLOptGroupElement.cpp125 bool HTMLOptGroupElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLOptGroupElement
DHTMLSelectElement.cpp54 bool HTMLSelectElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLSelectElement
DHTMLTableElement.cpp56 bool HTMLTableElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLTableElement
DHTMLElement.cpp1003 bool HTMLElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLElement
DHTMLMediaElement.cpp150 bool HTMLMediaElement::checkDTD(const Node* newChild) in checkDTD() function in WebCore::HTMLMediaElement