Lines Matching full:false
374 return false;
377 if (urlString.startsWith("file:///", false) && urlString.endsWith("/etc/catalog", false))
378 return false;
382 if (urlString.startsWith("http://www.w3.org/TR/xhtml", false))
383 return false;
386 if (urlString.startsWith("http://www.w3.org/Graphics/SVG", false))
387 return false;
397 return false;
467 static bool didInit = false;
534 , m_sawError(false)
535 , m_sawXSLTransform(false)
536 , m_sawFirstElement(false)
537 , m_isXHTMLDocument(false)
539 , m_isXHTMLMPDocument(false)
540 , m_hasDocTypeDeclaration(false)
542 , m_parserPaused(false)
543 , m_requestingScript(false)
544 , m_finishCalled(false)
550 , m_parsingFragment(false)
561 , m_sawError(false)
562 , m_sawXSLTransform(false)
563 , m_sawFirstElement(false)
564 , m_isXHTMLDocument(false)
566 , m_isXHTMLMPDocument(false)
567 , m_hasDocTypeDeclaration(false)
569 , m_parserPaused(false)
570 , m_requestingScript(false)
571 , m_finishCalled(false)
889 m_requestingScript = false;
1018 m_hasDocTypeDeclaration = false;
1086 return false;
1291 m_parserStopped = false;
1292 m_sawError = false;
1293 m_sawXSLTransform = false;
1294 m_sawFirstElement = false;
1310 m_doc->setParsing(false); // Make the doc think it's done, so it will apply xsl sheets.
1371 m_parserPaused = false;
1385 write(rest, false);
1410 return false;
1450 state.gotAttributes = false;