Home | History | Annotate | Download | only in dom

Lines Matching full:false

78     return false;
172 return false;
232 RefPtr<Element> reportElement = doc->createElement(QualifiedName(nullAtom, "parsererror", xhtmlNamespaceURI), false);
236 RefPtr<Element> h3 = doc->createElement(h3Tag, false);
240 RefPtr<Element> fixed = doc->createElement(divTag, false);
245 h3 = doc->createElement(h3Tag, false);
267 RefPtr<Node> rootElement = doc->createElement(htmlTag, false);
269 RefPtr<Node> body = doc->createElement(bodyTag, false);
275 RefPtr<Node> rootElement = doc->createElement(htmlTag, false);
276 RefPtr<Node> body = doc->createElement(bodyTag, false);
285 RefPtr<Node> rootElement = doc->createElement(htmlTag, false);
286 RefPtr<Node> body = doc->createElement(bodyTag, false);
298 RefPtr<Element> par = doc->createElement(pTag, false);