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

  /external/webkit/WebCore/html/
HTMLHeadingElement.cpp 36 bool HTMLHeadingElement::checkDTD(const Node* newChild)
HTMLTitleElement.h 34 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); }
HTMLDataListElement.cpp 48 bool HTMLDataListElement::checkDTD(const Node* newChild)
HTMLDataGridRowElement.cpp 44 bool HTMLDataGridRowElement::checkDTD(const Node* newChild)
HTMLFieldSetElement.cpp 46 bool HTMLFieldSetElement::checkDTD(const Node* newChild)
48 return newChild->hasTagName(legendTag) || HTMLElement::checkDTD(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)
HTMLParagraphElement.cpp 42 bool HTMLParagraphElement::checkDTD(const Node* newChild)
HTMLScriptElement.h 43 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); }
HTMLStyleElement.h 37 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); }
HTMLDataGridElement.cpp 53 bool HTMLDataGridElement::checkDTD(const Node* newChild)
HTMLFrameSetElement.cpp 67 bool HTMLFrameSetElement::checkDTD(const Node* newChild)
HTMLMapElement.cpp 52 bool HTMLMapElement::checkDTD(const Node* newChild)
HTMLPlugInElement.cpp 147 bool HTMLPlugInElement::checkDTD(const Node* newChild)
149 return newChild->hasTagName(paramTag) || HTMLFrameOwnerElement::checkDTD(newChild);
HTMLOptGroupElement.cpp 125 bool HTMLOptGroupElement::checkDTD(const Node* newChild)
HTMLTableColElement.cpp 55 bool HTMLTableColElement::checkDTD(const Node* newChild)
HTMLTableRowElement.cpp 47 bool HTMLTableRowElement::checkDTD(const Node* newChild)
HTMLTableSectionElement.cpp 44 bool HTMLTableSectionElement::checkDTD(const Node* newChild)
HTMLOptionElement.cpp 51 bool HTMLOptionElement::checkDTD(const Node* newChild)
HTMLTextAreaElement.h 38 virtual bool checkDTD(const Node* newChild) { return newChild->isTextNode(); }
HTMLSelectElement.cpp 54 bool HTMLSelectElement::checkDTD(const Node* newChild)
HTMLTableElement.cpp 56 bool HTMLTableElement::checkDTD(const Node* newChild)
HTMLElement.cpp 816 // Now call checkDTD.
817 return checkDTD(newChild);
    [all...]
HTMLMediaElement.cpp 150 bool HTMLMediaElement::checkDTD(const Node* newChild)
152 return newChild->hasTagName(sourceTag) || HTMLElement::checkDTD(newChild);
    [all...]

Completed in 302 milliseconds